Html Css Color HEX #CF9992 Petite Orchid

📋 copy color: '#CF9992'

red 207 ◦ green 153 ◦ blue 146

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

Shades of Petite Orchid #CF9992

Tints of Petite Orchid #CF9992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.85%

R = 40.91%
G = 30.24%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF9992 (or 0xCF9992) is known color: Petite Orchid. HEX triplet: CF, 99 and 92. RGB value is (207,153,146). Sum of RGB (Red+Green+Blue) = 207+153+146=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9992 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9992 is #30666D. Grayscale: #A8A8A8. Windows color (decimal): -3171950 or 9607631. OLE color: 9607631.

HSL color Cylindrical-coordinate representation of color #CF9992: hue angle of 6.89º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CF9992 is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 153 146 -
CMYK 0 0.26 0.29 0.19
HSL 6.89º 0.39% 0.69% -
HSV(B) 6.89º 0.29% 0.81% -
XYZ 42.31 38.12 32.32 -
YUV 168.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 207 153 146 0 0.26 0.29 0.19 6.89 0.39 0.69
Hex CF 99 92 0 1A 1D 13 7 27 45
Octal 317 231 222 0 32 35 23 7 47 105
Binary 11001111 10011001 10010010 0 11010 11101 10011 111 100111 1000101

Color Harmonies of #CF9992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9992

Black with #CF9992

Text Example


Text Example

White with #CF9992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9992; }

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

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

background-color css

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

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

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

border-color css

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

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

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