Html Css Color HEX #CF9592 Petite Orchid

📋 copy color: '#CF9592'

red 207 ◦ green 149 ◦ blue 146

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

Shades of Petite Orchid #CF9592

Tints of Petite Orchid #CF9592

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.68%

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

R = 41.24%
G = 29.68%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#CF9592 (or 0xCF9592) is known color: Petite Orchid. HEX triplet: CF, 95 and 92. RGB value is (207,149,146). Sum of RGB (Red+Green+Blue) = 207+149+146=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 146 (57.42% from 255 or 29.08% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9592 is #306A6D. Grayscale: #A6A6A6. Windows color (decimal): -3172974 or 9606607. OLE color: 9606607.

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

Color convert

RGB 207 149 146 -
CMYK 0 0.28 0.29 0.19
HSL 2.95º 0.39% 0.69% -
HSV(B) 2.95º 0.29% 0.81% -
XYZ 41.67 36.84 32.11 -
YUV 166 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 207 149 146 0 0.28 0.29 0.19 2.95 0.39 0.69
Hex CF 95 92 0 1C 1D 13 3 27 45
Octal 317 225 222 0 34 35 23 3 47 105
Binary 11001111 10010101 10010010 0 11100 11101 10011 11 100111 1000101

Color Harmonies of #CF9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9592

Black with #CF9592

Text Example


Text Example

White with #CF9592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9592; }

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

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

background-color css

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

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

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

border-color css

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

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

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