Html Css Color HEX #CF908E Petite Orchid

📋 copy color: '#CF908E'

red 207 ◦ green 144 ◦ blue 142

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

Shades of Petite Orchid #CF908E

Tints of Petite Orchid #CF908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.21%

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

R = 41.99%
G = 29.21%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.19

RGB Variations

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

Color information

#CF908E (or 0xCF908E) is known color: Petite Orchid. HEX triplet: CF, 90 and 8E. RGB value is (207,144,142). Sum of RGB (Red+Green+Blue) = 207+144+142=493 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.99% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 207 - color contains mainly: red. Hex color #CF908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF908E is #306F71. Grayscale: #A2A2A2. Windows color (decimal): -3174258 or 9343183. OLE color: 9343183.

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

Color convert

RGB 207 144 142 -
CMYK 0 0.30 0.31 0.19
HSL 1.85º 0.4% 0.68% -
HSV(B) 1.85º 0.31% 0.81% -
XYZ 40.59 35.16 30.24 -
YUV 162.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 207 144 142 0 0.30 0.31 0.19 1.85 0.4 0.68
Hex CF 90 8E 0 1E 1F 13 2 28 44
Octal 317 220 216 0 36 37 23 2 50 104
Binary 11001111 10010000 10001110 0 11110 11111 10011 10 101000 1000100

Color Harmonies of #CF908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF908E

Black with #CF908E

Text Example


Text Example

White with #CF908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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