Html Css Color HEX #CF8D8D Oriental Pink

📋 copy color: '#CF8D8D'

red 207 ◦ green 141 ◦ blue 141

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

Shades of Oriental Pink #CF8D8D

Tints of Oriental Pink #CF8D8D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.83%

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

R = 42.33%
G = 28.83%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#CF8D8D (or 0xCF8D8D) is known color: Oriental Pink. HEX triplet: CF, 8D and 8D. RGB value is (207,141,141). Sum of RGB (Red+Green+Blue) = 207+141+141=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF8D8D is #307272. Grayscale: #A0A0A0. Windows color (decimal): -3175027 or 9276879. OLE color: 9276879.

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

Color convert

RGB 207 141 141 -
CMYK 0 0.32 0.32 0.19
HSL 0.41% 0.68% -
HSV(B) 0.32% 0.81% -
XYZ 40.06 34.24 29.7 -
YUV 160.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 207 141 141 0 0.32 0.32 0.19 0 0.41 0.68
Hex CF 8D 8D 0 20 20 13 0 29 44
Octal 317 215 215 0 40 40 23 0 51 104
Binary 11001111 10001101 10001101 0 100000 100000 10011 0 101001 1000100

Color Harmonies of #CF8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8D8D

Black with #CF8D8D

Text Example


Text Example

White with #CF8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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