Html Css Color HEX #CC9A93 Rose

📋 copy color: '#CC9A93'

red 204 ◦ green 154 ◦ blue 147

#CC9A93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose #CC9A93

Tints of Rose #CC9A93

RGB

 RED value IS 204 (80.08% from 255) = 40.4%

 GREEN value IS 154 (60.55% from 255) = 30.5%

 BLUE value IS 147 (57.81% from 255) = 29.11%

R = 40.4%
G = 30.5%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC9A93 (or 0xCC9A93) is known color: Rose. HEX triplet: CC, 9A and 93. RGB value is (204,154,147). Sum of RGB (Red+Green+Blue) = 204+154+147=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 154 (60.55% from 255 or 30.50% from 505); Blue value is 147 (57.81% from 255 or 29.11% from 505); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9A93 is #33656C. Grayscale: #A8A8A8. Windows color (decimal): -3368301 or 9673420. OLE color: 9673420.

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

Color convert

RGB 204 154 147 -
CMYK 0 0.25 0.28 0.2
HSL 7.37º 0.36% 0.69% -
HSV(B) 7.37º 0.28% 0.8% -
XYZ 41.72 38.06 32.75 -
YUV 168.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 204 154 147 0 0.25 0.28 0.2 7.37 0.36 0.69
Hex CC 9A 93 0 19 1C 14 7 24 45
Octal 314 232 223 0 31 34 24 7 44 105
Binary 11001100 10011010 10010011 0 11001 11100 10100 111 100100 1000101

Color Harmonies of #CC9A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9A93

Black with #CC9A93

Text Example


Text Example

White with #CC9A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9A93; }

 p { color: rgb(204,154,147); }

 H1.HeaderClassName
 {
   color: #CC9A93;
 }
 .AnyTagClassName
 {
   color: #CC9A93;
 }
</style>

background-color css

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

 a { background-color: rgb(204,154,147); }

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

border-color css

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

 span { border-color: rgb(204,154,147); }

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