Html Css Color HEX #CDC594 Tahuna Sands

📋 copy color: '#CDC594'

red 205 ◦ green 197 ◦ blue 148

#CDC594
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tahuna Sands #CDC594

Tints of Tahuna Sands #CDC594

RGB

 RED value IS 205 (80.47% from 255) = 37.27%

 GREEN value IS 197 (77.34% from 255) = 35.82%

 BLUE value IS 148 (58.2% from 255) = 26.91%

R = 37.27%
G = 35.82%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.28

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDC594 (or 0xCDC594) is known color: Tahuna Sands. HEX triplet: CD, C5 and 94. RGB value is (205,197,148). Sum of RGB (Red+Green+Blue) = 205+197+148=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC594 is #323A6B. Grayscale: #C2C2C2. Windows color (decimal): -3291756 or 9749965. OLE color: 9749965.

HSL color Cylindrical-coordinate representation of color #CDC594: hue angle of 51.58º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDC594 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 148 -
CMYK 0 0.04 0.28 0.20
HSL 51.58º 0.36% 0.69% -
HSV(B) 51.58º 0.28% 0.8% -
XYZ 50.49 55.05 35.98 -
YUV 193.81 102.15 135.98 -
System Red Green Blue C M Y K H S L
Decimal 205 197 148 0 0.04 0.28 0.20 51.58 0.36 0.69
Hex CD C5 94 0 4 1C 14 34 24 45
Octal 315 305 224 0 4 34 24 64 44 105
Binary 11001101 11000101 10010100 0 100 11100 10100 110100 100100 1000101

Color Harmonies of #CDC594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC594

Black with #CDC594

Text Example


Text Example

White with #CDC594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC594; }

 p { color: rgb(205,197,148); }

 H1.HeaderClassName
 {
   color: #CDC594;
 }
 .AnyTagClassName
 {
   color: #CDC594;
 }
</style>

background-color css

<style>
 a { background-color: #CDC594; }

 a { background-color: rgb(205,197,148); }

 div.DivClassName
 {
   background-color: #CDC594;
 }
 .BgClassName
 {
   background-color: #CDC594;
 }
</style>

border-color css

<style>
 span { border-color: #CDC594; }

 span { border-color: rgb(205,197,148); }

 td.TdClassName
 {
   border-color: #CDC594;
 }
 .TagClassName
 {
   border-color: #CDC594;
 }
</style>