Html Css Color HEX #CBD696 Deco

📋 copy color: '#CBD696'

red 203 ◦ green 214 ◦ blue 150

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

Shades of Deco #CBD696

Tints of Deco #CBD696

RGB

 RED value IS 203 (79.69% from 255) = 35.8%

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 35.8%
G = 37.74%
B = 26.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#CBD696 (or 0xCBD696) is known color: Deco. HEX triplet: CB, D6 and 96. RGB value is (203,214,150). Sum of RGB (Red+Green+Blue) = 203+214+150=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBD696 is #342969. Grayscale: #CBCBCB. Windows color (decimal): -3418474 or 9885387. OLE color: 9885387.

HSL color Cylindrical-coordinate representation of color #CBD696: hue angle of 70.31º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CBD696 is Cyan = 0.05, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 214 150 -
CMYK 0.05 0 0.30 0.16
HSL 70.31º 0.44% 0.71% -
HSV(B) 70.31º 0.3% 0.84% -
XYZ 54.18 62.99 38.16 -
YUV 203.42 97.86 127.7 -
System Red Green Blue C M Y K H S L
Decimal 203 214 150 0.05 0 0.30 0.16 70.31 0.44 0.71
Hex CB D6 96 5 0 1E 10 46 2C 47
Octal 313 326 226 5 0 36 20 106 54 107
Binary 11001011 11010110 10010110 101 0 11110 10000 1000110 101100 1000111

Color Harmonies of #CBD696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBD696

Black with #CBD696

Text Example


Text Example

White with #CBD696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBD696; }

 p { color: rgb(203,214,150); }

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

background-color css

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

 a { background-color: rgb(203,214,150); }

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

border-color css

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

 span { border-color: rgb(203,214,150); }

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