Html Css Color HEX #CAB293 Sour Dough

📋 copy color: '#CAB293'

red 202 ◦ green 178 ◦ blue 147

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

Shades of Sour Dough #CAB293

Tints of Sour Dough #CAB293

RGB

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

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

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

R = 38.33%
G = 33.78%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.21

RGB Variations

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

Color information

#CAB293 (or 0xCAB293) is known color: Sour Dough. HEX triplet: CA, B2 and 93. RGB value is (202,178,147). Sum of RGB (Red+Green+Blue) = 202+178+147=527 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.33% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB293 is #354D6C. Grayscale: #B5B5B5. Windows color (decimal): -3493229 or 9679562. OLE color: 9679562.

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

Color convert

RGB 202 178 147 -
CMYK 0 0.12 0.27 0.21
HSL 33.82º 0.34% 0.68% -
HSV(B) 33.82º 0.27% 0.79% -
XYZ 45.54 46.5 34.18 -
YUV 181.64 108.45 142.52 -
System Red Green Blue C M Y K H S L
Decimal 202 178 147 0 0.12 0.27 0.21 33.82 0.34 0.68
Hex CA B2 93 0 C 1B 15 22 22 44
Octal 312 262 223 0 14 33 25 42 42 104
Binary 11001010 10110010 10010011 0 1100 11011 10101 100010 100010 1000100

Color Harmonies of #CAB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB293

Black with #CAB293

Text Example


Text Example

White with #CAB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB293; }

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

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

background-color css

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

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

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

border-color css

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

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

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