Html Css Color HEX #CF9991 Rose

📋 copy color: '#CF9991'

red 207 ◦ green 153 ◦ blue 145

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

Shades of Rose #CF9991

Tints of Rose #CF9991

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.3%

 BLUE value IS 145 (57.03% from 255) = 28.71%

R = 40.99%
G = 30.3%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.19

RGB Variations

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

Color information

#CF9991 (or 0xCF9991) is known color: Rose. HEX triplet: CF, 99 and 91. RGB value is (207,153,145). Sum of RGB (Red+Green+Blue) = 207+153+145=505 (66% of max value = 765). Red value is 207 (81.25% from 255 or 40.99% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 145 (57.03% from 255 or 28.71% from 505); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9991 is #30666E. Grayscale: #A8A8A8. Windows color (decimal): -3171951 or 9542095. OLE color: 9542095.

HSL color Cylindrical-coordinate representation of color #CF9991: hue angle of 7.74º degrees, saturation: 0.39, 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 #CF9991 is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 145 -
CMYK 0 0.26 0.30 0.19
HSL 7.74º 0.39% 0.69% -
HSV(B) 7.74º 0.3% 0.81% -
XYZ 42.23 38.09 31.91 -
YUV 168.23 114.89 155.65 -
System Red Green Blue C M Y K H S L
Decimal 207 153 145 0 0.26 0.30 0.19 7.74 0.39 0.69
Hex CF 99 91 0 1A 1E 13 8 27 45
Octal 317 231 221 0 32 36 23 10 47 105
Binary 11001111 10011001 10010001 0 11010 11110 10011 1000 100111 1000101

Color Harmonies of #CF9991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9991

Black with #CF9991

Text Example


Text Example

White with #CF9991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9991; }

 p { color: rgb(207,153,145); }

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

background-color css

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

 a { background-color: rgb(207,153,145); }

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

border-color css

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

 span { border-color: rgb(207,153,145); }

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