Html Css Color HEX #CC9F90 Rose

📋 copy color: '#CC9F90'

red 204 ◦ green 159 ◦ blue 144

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

Shades of Rose #CC9F90

Tints of Rose #CC9F90

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.36%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 40.24%
G = 31.36%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CC9F90 (or 0xCC9F90) is known color: Rose. HEX triplet: CC, 9F and 90. RGB value is (204,159,144). Sum of RGB (Red+Green+Blue) = 204+159+144=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 159 (62.5% from 255 or 31.36% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9F90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9F90 is #33606F. Grayscale: #AAAAAA. Windows color (decimal): -3367024 or 9478092. OLE color: 9478092.

HSL color Cylindrical-coordinate representation of color #CC9F90: hue angle of 15º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9F90 is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 159 144 -
CMYK 0 0.22 0.29 0.2
HSL 15º 0.37% 0.68% -
HSV(B) 15º 0.29% 0.8% -
XYZ 42.33 39.65 31.81 -
YUV 170.75 112.91 151.72 -
System Red Green Blue C M Y K H S L
Decimal 204 159 144 0 0.22 0.29 0.2 15 0.37 0.68
Hex CC 9F 90 0 16 1D 14 F 25 44
Octal 314 237 220 0 26 35 24 17 45 104
Binary 11001100 10011111 10010000 0 10110 11101 10100 1111 100101 1000100

Color Harmonies of #CC9F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9F90

Black with #CC9F90

Text Example


Text Example

White with #CC9F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9F90; }

 p { color: rgb(204,159,144); }

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

background-color css

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

 a { background-color: rgb(204,159,144); }

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

border-color css

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

 span { border-color: rgb(204,159,144); }

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