#CCB992

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

Shades of Sour Dough #CCB992

Tints of Sour Dough #CCB992

Color information

#CCB992 (or 0xCCB992) is unknown color: approx Sour Dough. HEX triplet: CC, B9 and 92. RGB value is (204,185,146). Sum of RGB (Red+Green+Blue) = 204+185+146=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB992 is #33466D. Grayscale: #BABABA. Windows color (decimal): -3360366 or 9615820. OLE color: 9615820.

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

Color convert

RGB204185146-
CMYK00.090.280.2
HSL40.34º36.25%68.63%-
HSV(B)40.34º28.43%80%-
XYZ47.4449.6134.27-
YUV186.24105.29140.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 185 (72.66% from 255) = 34.58%
BLUE value IS 146 (57.42% from 255) = 27.29%
R=38.13%
G=34.58%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418514600.090.280.240.3436.2568.63
HexCCB992091C14282445
Octal31427122201134245044105
Binary1100110010111001100100100100111100101001010001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB992; }

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

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

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

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

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

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

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

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