Html Css Color HEX #CAB796 Sour Dough

📋 copy color: '#CAB796'

red 202 ◦ green 183 ◦ blue 150

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

Shades of Sour Dough #CAB796

Tints of Sour Dough #CAB796

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.21%

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

R = 37.76%
G = 34.21%
B = 28.04%

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

#CAB796 (or 0xCAB796) is known color: Sour Dough. HEX triplet: CA, B7 and 96. RGB value is (202,183,150). Sum of RGB (Red+Green+Blue) = 202+183+150=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 183 (71.88% from 255 or 34.21% from 535); Blue value is 150 (58.98% from 255 or 28.04% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB796 is #354869. Grayscale: #B9B9B9. Windows color (decimal): -3491946 or 9877450. OLE color: 9877450.

HSL color Cylindrical-coordinate representation of color #CAB796: hue angle of 38.08º 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 #CAB796 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 183 150 -
CMYK 0 0.09 0.26 0.21
HSL 38.08º 0.33% 0.69% -
HSV(B) 38.08º 0.26% 0.79% -
XYZ 46.8 48.63 35.77 -
YUV 184.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 202 183 150 0 0.09 0.26 0.21 38.08 0.33 0.69
Hex CA B7 96 0 9 1A 15 26 21 45
Octal 312 267 226 0 11 32 25 46 41 105
Binary 11001010 10110111 10010110 0 1001 11010 10101 100110 100001 1000101

Color Harmonies of #CAB796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB796

Black with #CAB796

Text Example


Text Example

White with #CAB796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB796; }

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

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

background-color css

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

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

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

border-color css

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

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

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