Html Css Color HEX #CF9692 Petite Orchid

📋 copy color: '#CF9692'

red 207 ◦ green 150 ◦ blue 146

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

Shades of Petite Orchid #CF9692

Tints of Petite Orchid #CF9692

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.82%

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

R = 41.15%
G = 29.82%
B = 29.03%

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

#CF9692 (or 0xCF9692) is known color: Petite Orchid. HEX triplet: CF, 96 and 92. RGB value is (207,150,146). Sum of RGB (Red+Green+Blue) = 207+150+146=503 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.15% from 503); Green value is 150 (58.98% from 255 or 29.82% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9692 is #30696D. Grayscale: #A6A6A6. Windows color (decimal): -3172718 or 9606863. OLE color: 9606863.

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

Color convert

RGB 207 150 146 -
CMYK 0 0.28 0.29 0.19
HSL 3.93º 0.39% 0.69% -
HSV(B) 3.93º 0.29% 0.81% -
XYZ 41.83 37.15 32.16 -
YUV 166.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 207 150 146 0 0.28 0.29 0.19 3.93 0.39 0.69
Hex CF 96 92 0 1C 1D 13 4 27 45
Octal 317 226 222 0 34 35 23 4 47 105
Binary 11001111 10010110 10010010 0 11100 11101 10011 100 100111 1000101

Color Harmonies of #CF9692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9692

Black with #CF9692

Text Example


Text Example

White with #CF9692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9692; }

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

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

background-color css

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

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

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

border-color css

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

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

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