Html Css Color HEX #CD8F88 Oriental Pink

📋 copy color: '#CD8F88'

red 205 ◦ green 143 ◦ blue 136

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

Shades of Oriental Pink #CD8F88

Tints of Oriental Pink #CD8F88

RGB

 RED value IS 205 (80.47% from 255) = 42.36%

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

 BLUE value IS 136 (53.52% from 255) = 28.1%

R = 42.36%
G = 29.55%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.20

RGB Variations

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

Color information

#CD8F88 (or 0xCD8F88) is known color: Oriental Pink. HEX triplet: CD, 8F and 88. RGB value is (205,143,136). Sum of RGB (Red+Green+Blue) = 205+143+136=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F88 is #327077. Grayscale: #A0A0A0. Windows color (decimal): -3305592 or 8949709. OLE color: 8949709.

HSL color Cylindrical-coordinate representation of color #CD8F88: hue angle of 6.09º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CD8F88 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 143 136 -
CMYK 0 0.30 0.34 0.20
HSL 6.09º 0.41% 0.67% -
HSV(B) 6.09º 0.34% 0.8% -
XYZ 39.44 34.4 27.85 -
YUV 160.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 205 143 136 0 0.30 0.34 0.20 6.09 0.41 0.67
Hex CD 8F 88 0 1E 22 14 6 29 43
Octal 315 217 210 0 36 42 24 6 51 103
Binary 11001101 10001111 10001000 0 11110 100010 10100 110 101001 1000011

Color Harmonies of #CD8F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F88

Black with #CD8F88

Text Example


Text Example

White with #CD8F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F88; }

 p { color: rgb(205,143,136); }

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

background-color css

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

 a { background-color: rgb(205,143,136); }

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

border-color css

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

 span { border-color: rgb(205,143,136); }

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