Html Css Color HEX #CDC696 Tahuna Sands

📋 copy color: '#CDC696'

red 205 ◦ green 198 ◦ blue 150

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

Shades of Tahuna Sands #CDC696

Tints of Tahuna Sands #CDC696

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.8%

 BLUE value IS 150 (58.98% from 255) = 27.12%

R = 37.07%
G = 35.8%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDC696 (or 0xCDC696) is known color: Tahuna Sands. HEX triplet: CD, C6 and 96. RGB value is (205,198,150). Sum of RGB (Red+Green+Blue) = 205+198+150=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 150 (58.98% from 255 or 27.12% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC696 is #323969. Grayscale: #C2C2C2. Windows color (decimal): -3291498 or 9881293. OLE color: 9881293.

HSL color Cylindrical-coordinate representation of color #CDC696: hue angle of 52.36º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CDC696 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 198 150 -
CMYK 0 0.03 0.27 0.20
HSL 52.36º 0.35% 0.7% -
HSV(B) 52.36º 0.27% 0.8% -
XYZ 50.88 55.57 36.9 -
YUV 194.62 102.82 135.4 -
System Red Green Blue C M Y K H S L
Decimal 205 198 150 0 0.03 0.27 0.20 52.36 0.35 0.7
Hex CD C6 96 0 3 1B 14 34 23 46
Octal 315 306 226 0 3 33 24 64 43 106
Binary 11001101 11000110 10010110 0 11 11011 10100 110100 100011 1000110

Color Harmonies of #CDC696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC696

Black with #CDC696

Text Example


Text Example

White with #CDC696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC696; }

 p { color: rgb(205,198,150); }

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

background-color css

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

 a { background-color: rgb(205,198,150); }

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

border-color css

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

 span { border-color: rgb(205,198,150); }

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