#CC9B92

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

Shades of Rose #CC9B92

Tints of Rose #CC9B92

Color information

#CC9B92 (or 0xCC9B92) is unknown color: approx Rose. HEX triplet: CC, 9B and 92. RGB value is (204,155,146). Sum of RGB (Red+Green+Blue) = 204+155+146=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9B92 is #33646D. Grayscale: #A8A8A8. Windows color (decimal): -3368046 or 9608140. OLE color: 9608140.

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

Color convert

RGB204155146-
CMYK00.240.280.2
HSL9.31º36.25%68.63%-
HSV(B)9.31º28.43%80%-
XYZ41.8138.3632.39-
YUV168.62115.23153.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.40%
GREEN value IS 155 (60.94% from 255) = 30.69%
BLUE value IS 146 (57.42% from 255) = 28.91%
R=40.40%
G=30.69%
B=28.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415514600.240.280.29.3136.2568.63
HexCC9B920181C1492445
Octal31423322203034241144105
Binary110011001001101110010010011000111001010010011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9B92; }

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

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

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

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

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

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

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

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