Html Css Color HEX #CD8C8A Oriental Pink

📋 copy color: '#CD8C8A'

red 205 ◦ green 140 ◦ blue 138

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

Shades of Oriental Pink #CD8C8A

Tints of Oriental Pink #CD8C8A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.99%

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

R = 42.44%
G = 28.99%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD8C8A (or 0xCD8C8A) is known color: Oriental Pink. HEX triplet: CD, 8C and 8A. RGB value is (205,140,138). Sum of RGB (Red+Green+Blue) = 205+140+138=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 140 (55.08% from 255 or 28.99% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8C8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8C8A is #327375. Grayscale: #9F9F9F. Windows color (decimal): -3306358 or 9080013. OLE color: 9080013.

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

Color convert

RGB 205 140 138 -
CMYK 0 0.32 0.33 0.20
HSL 1.79º 0.4% 0.67% -
HSV(B) 1.79º 0.33% 0.8% -
XYZ 39.14 33.57 28.46 -
YUV 159.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 205 140 138 0 0.32 0.33 0.20 1.79 0.4 0.67
Hex CD 8C 8A 0 20 21 14 2 28 43
Octal 315 214 212 0 40 41 24 2 50 103
Binary 11001101 10001100 10001010 0 100000 100001 10100 10 101000 1000011

Color Harmonies of #CD8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8C8A

Black with #CD8C8A

Text Example


Text Example

White with #CD8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8C8A; }

 p { color: rgb(205,140,138); }

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

background-color css

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

 a { background-color: rgb(205,140,138); }

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

border-color css

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

 span { border-color: rgb(205,140,138); }

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