Html Css Color HEX #CF978C Petite Orchid

📋 copy color: '#CF978C'

red 207 ◦ green 151 ◦ blue 140

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

Shades of Petite Orchid #CF978C

Tints of Petite Orchid #CF978C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.32%

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 41.57%
G = 30.32%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF978C (or 0xCF978C) is known color: Petite Orchid. HEX triplet: CF, 97 and 8C. RGB value is (207,151,140). Sum of RGB (Red+Green+Blue) = 207+151+140=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 207 - color contains mainly: red. Hex color #CF978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF978C is #306873. Grayscale: #A6A6A6. Windows color (decimal): -3172468 or 9213903. OLE color: 9213903.

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

Color convert

RGB 207 151 140 -
CMYK 0 0.27 0.32 0.19
HSL 9.85º 0.41% 0.68% -
HSV(B) 9.85º 0.32% 0.81% -
XYZ 41.53 37.29 29.82 -
YUV 166.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 207 151 140 0 0.27 0.32 0.19 9.85 0.41 0.68
Hex CF 97 8C 0 1B 20 13 A 29 44
Octal 317 227 214 0 33 40 23 12 51 104
Binary 11001111 10010111 10001100 0 11011 100000 10011 1010 101001 1000100

Color Harmonies of #CF978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF978C

Black with #CF978C

Text Example


Text Example

White with #CF978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF978C; }

 p { color: rgb(207,151,140); }

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

background-color css

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

 a { background-color: rgb(207,151,140); }

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

border-color css

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

 span { border-color: rgb(207,151,140); }

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