Html Css Color HEX #CD8F8B Oriental Pink

📋 copy color: '#CD8F8B'

red 205 ◦ green 143 ◦ blue 139

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

Shades of Oriental Pink #CD8F8B

Tints of Oriental Pink #CD8F8B

RGB

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

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

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

R = 42.09%
G = 29.36%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD8F8B (or 0xCD8F8B) is known color: Oriental Pink. HEX triplet: CD, 8F and 8B. RGB value is (205,143,139). Sum of RGB (Red+Green+Blue) = 205+143+139=487 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.09% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8F8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8F8B is #327074. Grayscale: #A1A1A1. Windows color (decimal): -3305589 or 9146317. OLE color: 9146317.

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

Color convert

RGB 205 143 139 -
CMYK 0 0.30 0.32 0.20
HSL 3.64º 0.4% 0.67% -
HSV(B) 3.64º 0.32% 0.8% -
XYZ 39.66 34.49 28.99 -
YUV 161.08 115.54 159.33 -
System Red Green Blue C M Y K H S L
Decimal 205 143 139 0 0.30 0.32 0.20 3.64 0.4 0.67
Hex CD 8F 8B 0 1E 20 14 4 28 43
Octal 315 217 213 0 36 40 24 4 50 103
Binary 11001101 10001111 10001011 0 11110 100000 10100 100 101000 1000011

Color Harmonies of #CD8F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8F8B

Black with #CD8F8B

Text Example


Text Example

White with #CD8F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8F8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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