#CCB494

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

Shades of Sour Dough #CCB494

Tints of Sour Dough #CCB494

Color information

#CCB494 (or 0xCCB494) is unknown color: approx Sour Dough. HEX triplet: CC, B4 and 94. RGB value is (204,180,148). Sum of RGB (Red+Green+Blue) = 204+180+148=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 180 (70.70% from 255 or 33.83% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB494 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB494 is #334B6B. Grayscale: #B7B7B7. Windows color (decimal): -3361644 or 9745612. OLE color: 9745612.

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

Color convert

RGB204180148-
CMYK00.120.270.2
HSL34.29º35.44%69.02%-
HSV(B)34.29º27.45%80%-
XYZ46.5747.6234.75-
YUV183.53107.95142.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 180 (70.70% from 255) = 33.83%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=38.35%
G=33.83%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418014800.120.270.234.2935.4469.02
HexCCB4940C1B14222345
Octal31426422401433244243105
Binary1100110010110100100101000110011011101001000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB494; }

 p { color: rgb(204,180,148); }

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

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

 a { background-color: rgb(204,180,148); }

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

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

 span { border-color: rgb(204,180,148); }

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