Html Css Color HEX #CF8F8B Oriental Pink

📋 copy color: '#CF8F8B'

red 207 ◦ green 143 ◦ blue 139

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

Shades of Oriental Pink #CF8F8B

Tints of Oriental Pink #CF8F8B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.24%

 BLUE value IS 139 (54.69% from 255) = 28.43%

R = 42.33%
G = 29.24%
B = 28.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF8F8B (or 0xCF8F8B) is known color: Oriental Pink. HEX triplet: CF, 8F and 8B. RGB value is (207,143,139). Sum of RGB (Red+Green+Blue) = 207+143+139=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 143 (56.25% from 255 or 29.24% from 489); Blue value is 139 (54.69% from 255 or 28.43% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8F8B is #307074. Grayscale: #A1A1A1. Windows color (decimal): -3174517 or 9146319. OLE color: 9146319.

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

Color convert

RGB 207 143 139 -
CMYK 0 0.31 0.33 0.19
HSL 3.53º 0.41% 0.68% -
HSV(B) 3.53º 0.33% 0.81% -
XYZ 40.21 34.77 29.02 -
YUV 161.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 207 143 139 0 0.31 0.33 0.19 3.53 0.41 0.68
Hex CF 8F 8B 0 1F 21 13 4 29 44
Octal 317 217 213 0 37 41 23 4 51 104
Binary 11001111 10001111 10001011 0 11111 100001 10011 100 101001 1000100

Color Harmonies of #CF8F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F8B

Black with #CF8F8B

Text Example


Text Example

White with #CF8F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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