Html Css Color HEX #CF968F Petite Orchid

📋 copy color: '#CF968F'

red 207 ◦ green 150 ◦ blue 143

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

Shades of Petite Orchid #CF968F

Tints of Petite Orchid #CF968F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.6%

R = 41.4%
G = 30%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF968F (or 0xCF968F) is known color: Petite Orchid. HEX triplet: CF, 96 and 8F. RGB value is (207,150,143). Sum of RGB (Red+Green+Blue) = 207+150+143=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 143 (56.25% from 255 or 28.6% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF968F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF968F is #306970. Grayscale: #A6A6A6. Windows color (decimal): -3172721 or 9410255. OLE color: 9410255.

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

Color convert

RGB 207 150 143 -
CMYK 0 0.28 0.31 0.19
HSL 6.56º 0.4% 0.69% -
HSV(B) 6.56º 0.31% 0.81% -
XYZ 41.6 37.06 30.95 -
YUV 166.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 207 150 143 0 0.28 0.31 0.19 6.56 0.4 0.69
Hex CF 96 8F 0 1C 1F 13 7 28 45
Octal 317 226 217 0 34 37 23 7 50 105
Binary 11001111 10010110 10001111 0 11100 11111 10011 111 101000 1000101

Color Harmonies of #CF968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF968F

Black with #CF968F

Text Example


Text Example

White with #CF968F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF968F; }

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

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

background-color css

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

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

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

border-color css

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

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

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