Html Css Color HEX #CAB593 Sour Dough

📋 copy color: '#CAB593'

red 202 ◦ green 181 ◦ blue 147

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

Shades of Sour Dough #CAB593

Tints of Sour Dough #CAB593

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.15%

 BLUE value IS 147 (57.81% from 255) = 27.74%

R = 38.11%
G = 34.15%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAB593 (or 0xCAB593) is known color: Sour Dough. HEX triplet: CA, B5 and 93. RGB value is (202,181,147). Sum of RGB (Red+Green+Blue) = 202+181+147=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 147 (57.81% from 255 or 27.74% from 530); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB593 is #354A6C. Grayscale: #B7B7B7. Windows color (decimal): -3492461 or 9680330. OLE color: 9680330.

HSL color Cylindrical-coordinate representation of color #CAB593: hue angle of 37.09º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB593 is Cyan = 0, Magento = 0.10, Yellow = 0.27 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 147 -
CMYK 0 0.10 0.27 0.21
HSL 37.09º 0.34% 0.68% -
HSV(B) 37.09º 0.27% 0.79% -
XYZ 46.15 47.71 34.38 -
YUV 183.4 107.46 141.26 -
System Red Green Blue C M Y K H S L
Decimal 202 181 147 0 0.10 0.27 0.21 37.09 0.34 0.68
Hex CA B5 93 0 A 1B 15 25 22 44
Octal 312 265 223 0 12 33 25 45 42 104
Binary 11001010 10110101 10010011 0 1010 11011 10101 100101 100010 1000100

Color Harmonies of #CAB593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB593

Black with #CAB593

Text Example


Text Example

White with #CAB593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB593; }

 p { color: rgb(202,181,147); }

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

background-color css

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

 a { background-color: rgb(202,181,147); }

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

border-color css

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

 span { border-color: rgb(202,181,147); }

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