Html Css Color HEX #CAB296 Sour Dough

📋 copy color: '#CAB296'

red 202 ◦ green 178 ◦ blue 150

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

Shades of Sour Dough #CAB296

Tints of Sour Dough #CAB296

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.58%

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

R = 38.11%
G = 33.58%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAB296 (or 0xCAB296) is known color: Sour Dough. HEX triplet: CA, B2 and 96. RGB value is (202,178,150). Sum of RGB (Red+Green+Blue) = 202+178+150=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB296 is #354D69. Grayscale: #B6B6B6. Windows color (decimal): -3493226 or 9876170. OLE color: 9876170.

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

Color convert

RGB 202 178 150 -
CMYK 0 0.12 0.26 0.21
HSL 32.31º 0.33% 0.69% -
HSV(B) 32.31º 0.26% 0.79% -
XYZ 45.78 46.6 35.44 -
YUV 181.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 202 178 150 0 0.12 0.26 0.21 32.31 0.33 0.69
Hex CA B2 96 0 C 1A 15 20 21 45
Octal 312 262 226 0 14 32 25 40 41 105
Binary 11001010 10110010 10010110 0 1100 11010 10101 100000 100001 1000101

Color Harmonies of #CAB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB296

Black with #CAB296

Text Example


Text Example

White with #CAB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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