Html Css Color HEX #CF9E90 Rose

📋 copy color: '#CF9E90'

red 207 ◦ green 158 ◦ blue 144

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

Shades of Rose #CF9E90

Tints of Rose #CF9E90

RGB

 RED value IS 207 (81.25% from 255) = 40.67%

 GREEN value IS 158 (62.11% from 255) = 31.04%

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

R = 40.67%
G = 31.04%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF9E90 (or 0xCF9E90) is known color: Rose. HEX triplet: CF, 9E and 90. RGB value is (207,158,144). Sum of RGB (Red+Green+Blue) = 207+158+144=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 144 (56.64% from 255 or 28.29% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9E90 is #30616F. Grayscale: #ABABAB. Windows color (decimal): -3170672 or 9477839. OLE color: 9477839.

HSL color Cylindrical-coordinate representation of color #CF9E90: hue angle of 13.33º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CF9E90 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 158 144 -
CMYK 0 0.24 0.30 0.19
HSL 13.33º 0.4% 0.69% -
HSV(B) 13.33º 0.3% 0.81% -
XYZ 42.99 39.73 31.79 -
YUV 171.06 112.73 153.64 -
System Red Green Blue C M Y K H S L
Decimal 207 158 144 0 0.24 0.30 0.19 13.33 0.4 0.69
Hex CF 9E 90 0 18 1E 13 D 28 45
Octal 317 236 220 0 30 36 23 15 50 105
Binary 11001111 10011110 10010000 0 11000 11110 10011 1101 101000 1000101

Color Harmonies of #CF9E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9E90

Black with #CF9E90

Text Example


Text Example

White with #CF9E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9E90; }

 p { color: rgb(207,158,144); }

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

background-color css

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

 a { background-color: rgb(207,158,144); }

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

border-color css

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

 span { border-color: rgb(207,158,144); }

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