Html Css Color HEX #CF968E Petite Orchid

📋 copy color: '#CF968E'

red 207 ◦ green 150 ◦ blue 142

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

Shades of Petite Orchid #CF968E

Tints of Petite Orchid #CF968E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.46%

R = 41.48%
G = 30.06%
B = 28.46%

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

#CF968E (or 0xCF968E) is known color: Petite Orchid. HEX triplet: CF, 96 and 8E. RGB value is (207,150,142). Sum of RGB (Red+Green+Blue) = 207+150+142=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 207 - color contains mainly: red. Hex color #CF968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF968E is #306971. Grayscale: #A6A6A6. Windows color (decimal): -3172722 or 9344719. OLE color: 9344719.

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

Color convert

RGB 207 150 142 -
CMYK 0 0.28 0.31 0.19
HSL 7.38º 0.4% 0.68% -
HSV(B) 7.38º 0.31% 0.81% -
XYZ 41.52 37.03 30.55 -
YUV 166.13 114.38 157.15 -
System Red Green Blue C M Y K H S L
Decimal 207 150 142 0 0.28 0.31 0.19 7.38 0.4 0.68
Hex CF 96 8E 0 1C 1F 13 7 28 44
Octal 317 226 216 0 34 37 23 7 50 104
Binary 11001111 10010110 10001110 0 11100 11111 10011 111 101000 1000100

Color Harmonies of #CF968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF968E

Black with #CF968E

Text Example


Text Example

White with #CF968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF968E; }

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

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

background-color css

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

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

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

border-color css

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

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

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