#CCB792

Color #CCB792 Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #CCB792

Tints of Sour Dough #CCB792

Color information

#CCB792 (or 0xCCB792) is unknown color: approx Sour Dough. HEX triplet: CC, B7 and 92. RGB value is (204,183,146). Sum of RGB (Red+Green+Blue) = 204+183+146=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 183 (71.88% from 255 or 34.33% from 533); Blue value is 146 (57.42% from 255 or 27.39% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB792 is #33486D. Grayscale: #B9B9B9. Windows color (decimal): -3360878 or 9615308. OLE color: 9615308.

HSL color Cylindrical-coordinate representation of color #CCB792: hue angle of 38.28º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCB792 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204183146-
CMYK00.100.280.2
HSL38.28º36.25%68.63%-
HSV(B)38.28º28.43%80%-
XYZ47.0248.7834.13-
YUV185.06105.96141.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 183 (71.88% from 255) = 34.33%
BLUE value IS 146 (57.42% from 255) = 27.39%
R=38.27%
G=34.33%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418314600.100.280.238.2836.2568.63
HexCCB7920A1C14262445
Octal31426722201234244644105
Binary1100110010110111100100100101011100101001001101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB792; }

 p { color: rgb(204,183,146); }

 H1.HeaderClassName
 {
   color: #CCB792;
 }
 .AnyTagClassName
 {
   color: #CCB792;
 }
</style>
background-color css

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

 a { background-color: rgb(204,183,146); }

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

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

 span { border-color: rgb(204,183,146); }

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