Html Css Color HEX #CF8E8D Oriental Pink

📋 copy color: '#CF8E8D'

red 207 ◦ green 142 ◦ blue 141

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

Shades of Oriental Pink #CF8E8D

Tints of Oriental Pink #CF8E8D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.98%

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 42.24%
G = 28.98%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF8E8D (or 0xCF8E8D) is known color: Oriental Pink. HEX triplet: CF, 8E and 8D. RGB value is (207,142,141). Sum of RGB (Red+Green+Blue) = 207+142+141=490 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.24% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8E8D is #307172. Grayscale: #A1A1A1. Windows color (decimal): -3174771 or 9277135. OLE color: 9277135.

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

Color convert

RGB 207 142 141 -
CMYK 0 0.31 0.32 0.19
HSL 0.91º 0.41% 0.68% -
HSV(B) 0.91º 0.32% 0.81% -
XYZ 40.21 34.53 29.75 -
YUV 161.32 116.53 160.58 -
System Red Green Blue C M Y K H S L
Decimal 207 142 141 0 0.31 0.32 0.19 0.91 0.41 0.68
Hex CF 8E 8D 0 1F 20 13 1 29 44
Octal 317 216 215 0 37 40 23 1 51 104
Binary 11001111 10001110 10001101 0 11111 100000 10011 1 101001 1000100

Color Harmonies of #CF8E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8E8D

Black with #CF8E8D

Text Example


Text Example

White with #CF8E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8E8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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