Html Css Color HEX #CAB694 Sour Dough

📋 copy color: '#CAB694'

red 202 ◦ green 182 ◦ blue 148

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

Shades of Sour Dough #CAB694

Tints of Sour Dough #CAB694

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.21%

 BLUE value IS 148 (58.2% from 255) = 27.82%

R = 37.97%
G = 34.21%
B = 27.82%

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

#CAB694 (or 0xCAB694) is known color: Sour Dough. HEX triplet: CA, B6 and 94. RGB value is (202,182,148). Sum of RGB (Red+Green+Blue) = 202+182+148=532 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.97% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB694 is #35496B. Grayscale: #B8B8B8. Windows color (decimal): -3492204 or 9746122. OLE color: 9746122.

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

Color convert

RGB 202 182 148 -
CMYK 0 0.10 0.27 0.21
HSL 37.78º 0.34% 0.69% -
HSV(B) 37.78º 0.27% 0.79% -
XYZ 46.43 48.15 34.86 -
YUV 184.1 107.63 140.76 -
System Red Green Blue C M Y K H S L
Decimal 202 182 148 0 0.10 0.27 0.21 37.78 0.34 0.69
Hex CA B6 94 0 A 1B 15 26 22 45
Octal 312 266 224 0 12 33 25 46 42 105
Binary 11001010 10110110 10010100 0 1010 11011 10101 100110 100010 1000101

Color Harmonies of #CAB694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB694

Black with #CAB694

Text Example


Text Example

White with #CAB694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB694; }

 p { color: rgb(202,182,148); }

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

background-color css

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

 a { background-color: rgb(202,182,148); }

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

border-color css

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

 span { border-color: rgb(202,182,148); }

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