Html Css Color HEX #CDC196 Sisal

📋 copy color: '#CDC196'

red 205 ◦ green 193 ◦ blue 150

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

Shades of Sisal #CDC196

Tints of Sisal #CDC196

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.22%

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

R = 37.41%
G = 35.22%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CDC196 (or 0xCDC196) is known color: Sisal. HEX triplet: CD, C1 and 96. RGB value is (205,193,150). Sum of RGB (Red+Green+Blue) = 205+193+150=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 150 (58.98% from 255 or 27.37% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC196 is #323E69. Grayscale: #BFBFBF. Windows color (decimal): -3292778 or 9880013. OLE color: 9880013.

HSL color Cylindrical-coordinate representation of color #CDC196: hue angle of 46.91º 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 #CDC196 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 193 150 -
CMYK 0 0.06 0.27 0.20
HSL 46.91º 0.35% 0.7% -
HSV(B) 46.91º 0.27% 0.8% -
XYZ 49.75 53.32 36.52 -
YUV 191.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 205 193 150 0 0.06 0.27 0.20 46.91 0.35 0.7
Hex CD C1 96 0 6 1B 14 2F 23 46
Octal 315 301 226 0 6 33 24 57 43 106
Binary 11001101 11000001 10010110 0 110 11011 10100 101111 100011 1000110

Color Harmonies of #CDC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC196

Black with #CDC196

Text Example


Text Example

White with #CDC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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