Html Css Color HEX #CAB795 Sour Dough

📋 copy color: '#CAB795'

red 202 ◦ green 183 ◦ blue 149

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

Shades of Sour Dough #CAB795

Tints of Sour Dough #CAB795

RGB

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

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

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

R = 37.83%
G = 34.27%
B = 27.9%

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

#CAB795 (or 0xCAB795) is known color: Sour Dough. HEX triplet: CA, B7 and 95. RGB value is (202,183,149). Sum of RGB (Red+Green+Blue) = 202+183+149=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 149 (58.59% from 255 or 27.90% from 534); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB795 is #35486A. Grayscale: #B8B8B8. Windows color (decimal): -3491947 or 9811914. OLE color: 9811914.

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

Color convert

RGB 202 183 149 -
CMYK 0 0.09 0.26 0.21
HSL 38.49º 0.33% 0.69% -
HSV(B) 38.49º 0.26% 0.79% -
XYZ 46.72 48.59 35.35 -
YUV 184.81 107.79 140.26 -
System Red Green Blue C M Y K H S L
Decimal 202 183 149 0 0.09 0.26 0.21 38.49 0.33 0.69
Hex CA B7 95 0 9 1A 15 26 21 45
Octal 312 267 225 0 11 32 25 46 41 105
Binary 11001010 10110111 10010101 0 1001 11010 10101 100110 100001 1000101

Color Harmonies of #CAB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB795

Black with #CAB795

Text Example


Text Example

White with #CAB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB795; }

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

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

background-color css

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

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

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

border-color css

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

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

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