#CCB298

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

Shades of Cashmere #CCB298

Tints of Cashmere #CCB298

Color information

#CCB298 (or 0xCCB298) is unknown color: approx Cashmere. HEX triplet: CC, B2 and 98. RGB value is (204,178,152). Sum of RGB (Red+Green+Blue) = 204+178+152=534 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.20% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB298 is #334D67. Grayscale: #B6B6B6. Windows color (decimal): -3362152 or 10007244. OLE color: 10007244.

HSL color Cylindrical-coordinate representation of color #CCB298: hue angle of 30º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB298 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204178152-
CMYK00.130.250.2
HSL30º33.77%69.8%-
HSV(B)30º25.49%80%-
XYZ46.4946.9536.32-
YUV182.81110.61143.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.20%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=38.20%
G=33.33%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417815200.130.250.23033.7769.8
HexCCB2980D19141e2246
Octal31426223001531243642106
Binary110011001011001010011000011011100110100111101000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB298; }

 p { color: rgb(204,178,152); }

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

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

 a { background-color: rgb(204,178,152); }

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

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

 span { border-color: rgb(204,178,152); }

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