Html Css Color HEX #CF8F8A Oriental Pink

📋 copy color: '#CF8F8A'

red 207 ◦ green 143 ◦ blue 138

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

Shades of Oriental Pink #CF8F8A

Tints of Oriental Pink #CF8F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.28%

R = 42.42%
G = 29.3%
B = 28.28%

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

#CF8F8A (or 0xCF8F8A) is known color: Oriental Pink. HEX triplet: CF, 8F and 8A. RGB value is (207,143,138). Sum of RGB (Red+Green+Blue) = 207+143+138=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 138 (54.30% from 255 or 28.28% from 488); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8F8A is #307075. Grayscale: #A1A1A1. Windows color (decimal): -3174518 or 9080783. OLE color: 9080783.

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

Color convert

RGB 207 143 138 -
CMYK 0 0.31 0.33 0.19
HSL 4.35º 0.42% 0.68% -
HSV(B) 4.35º 0.33% 0.81% -
XYZ 40.14 34.75 28.64 -
YUV 161.57 114.7 160.41 -
System Red Green Blue C M Y K H S L
Decimal 207 143 138 0 0.31 0.33 0.19 4.35 0.42 0.68
Hex CF 8F 8A 0 1F 21 13 4 2A 44
Octal 317 217 212 0 37 41 23 4 52 104
Binary 11001111 10001111 10001010 0 11111 100001 10011 100 101010 1000100

Color Harmonies of #CF8F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F8A

Black with #CF8F8A

Text Example


Text Example

White with #CF8F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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