Html Css Color HEX #CAB896 Sour Dough

📋 copy color: '#CAB896'

red 202 ◦ green 184 ◦ blue 150

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

Shades of Sour Dough #CAB896

Tints of Sour Dough #CAB896

RGB

 RED value IS 202 (79.3% from 255) = 37.69%

 GREEN value IS 184 (72.27% from 255) = 34.33%

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

R = 37.69%
G = 34.33%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAB896 (or 0xCAB896) is known color: Sour Dough. HEX triplet: CA, B8 and 96. RGB value is (202,184,150). Sum of RGB (Red+Green+Blue) = 202+184+150=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 150 (58.98% from 255 or 27.99% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB896 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB896 is #354769. Grayscale: #B9B9B9. Windows color (decimal): -3491690 or 9877706. OLE color: 9877706.

HSL color Cylindrical-coordinate representation of color #CAB896: hue angle of 39.23º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB896 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 184 150 -
CMYK 0 0.09 0.26 0.21
HSL 39.23º 0.33% 0.69% -
HSV(B) 39.23º 0.26% 0.79% -
XYZ 47 49.04 35.84 -
YUV 185.51 107.96 139.76 -
System Red Green Blue C M Y K H S L
Decimal 202 184 150 0 0.09 0.26 0.21 39.23 0.33 0.69
Hex CA B8 96 0 9 1A 15 27 21 45
Octal 312 270 226 0 11 32 25 47 41 105
Binary 11001010 10111000 10010110 0 1001 11010 10101 100111 100001 1000101

Color Harmonies of #CAB896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB896

Black with #CAB896

Text Example


Text Example

White with #CAB896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB896; }

 p { color: rgb(202,184,150); }

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

background-color css

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

 a { background-color: rgb(202,184,150); }

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

border-color css

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

 span { border-color: rgb(202,184,150); }

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