Html Css Color HEX #CAB095 Sour Dough

📋 copy color: '#CAB095'

red 202 ◦ green 176 ◦ blue 149

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

Shades of Sour Dough #CAB095

Tints of Sour Dough #CAB095

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.4%

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 38.33%
G = 33.4%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#CAB095 (or 0xCAB095) is known color: Sour Dough. HEX triplet: CA, B0 and 95. RGB value is (202,176,149). Sum of RGB (Red+Green+Blue) = 202+176+149=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 176 (69.14% from 255 or 33.40% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB095 is #354F6A. Grayscale: #B4B4B4. Windows color (decimal): -3493739 or 9810122. OLE color: 9810122.

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

Color convert

RGB 202 176 149 -
CMYK 0 0.13 0.26 0.21
HSL 30.57º 0.33% 0.69% -
HSV(B) 30.57º 0.26% 0.79% -
XYZ 45.31 45.78 34.88 -
YUV 180.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 202 176 149 0 0.13 0.26 0.21 30.57 0.33 0.69
Hex CA B0 95 0 D 1A 15 1F 21 45
Octal 312 260 225 0 15 32 25 37 41 105
Binary 11001010 10110000 10010101 0 1101 11010 10101 11111 100001 1000101

Color Harmonies of #CAB095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB095

Black with #CAB095

Text Example


Text Example

White with #CAB095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB095; }

 p { color: rgb(202,176,149); }

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

background-color css

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

 a { background-color: rgb(202,176,149); }

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

border-color css

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

 span { border-color: rgb(202,176,149); }

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