#CCB892

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

Shades of Sour Dough #CCB892

Tints of Sour Dough #CCB892

Color information

#CCB892 (or 0xCCB892) is unknown color: approx Sour Dough. HEX triplet: CC, B8 and 92. RGB value is (204,184,146). Sum of RGB (Red+Green+Blue) = 204+184+146=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 184 (72.27% from 255 or 34.46% from 534); Blue value is 146 (57.42% from 255 or 27.34% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB892 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB892 is #33476D. Grayscale: #B9B9B9. Windows color (decimal): -3360622 or 9615564. OLE color: 9615564.

HSL color Cylindrical-coordinate representation of color #CCB892: hue angle of 39.31º 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 #CCB892 is Cyan = 0, Magento = 0.10, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB204184146-
CMYK00.100.280.2
HSL39.31º36.25%68.63%-
HSV(B)39.31º28.43%80%-
XYZ47.2349.1934.2-
YUV185.65105.63141.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 184 (72.27% from 255) = 34.46%
BLUE value IS 146 (57.42% from 255) = 27.34%
R=38.20%
G=34.46%
B=27.34%

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
Decimal20418414600.100.280.239.3136.2568.63
HexCCB8920A1C14272445
Octal31427022201234244744105
Binary1100110010111000100100100101011100101001001111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB892; }

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

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

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

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

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

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

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

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