Html Css Color HEX #CA8E82 Oriental Pink

📋 copy color: '#CA8E82'

red 202 ◦ green 142 ◦ blue 130

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

Shades of Oriental Pink #CA8E82

Tints of Oriental Pink #CA8E82

RGB

 RED value IS 202 (79.3% from 255) = 42.62%

 GREEN value IS 142 (55.86% from 255) = 29.96%

 BLUE value IS 130 (51.17% from 255) = 27.43%

R = 42.62%
G = 29.96%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA8E82 (or 0xCA8E82) is known color: Oriental Pink. HEX triplet: CA, 8E and 82. RGB value is (202,142,130). Sum of RGB (Red+Green+Blue) = 202+142+130=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8E82 is #35717D. Grayscale: #9E9E9E. Windows color (decimal): -3502462 or 8556234. OLE color: 8556234.

HSL color Cylindrical-coordinate representation of color #CA8E82: hue angle of 10º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8E82 is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 142 130 -
CMYK 0 0.30 0.36 0.21
HSL 10º 0.4% 0.65% -
HSV(B) 10º 0.36% 0.79% -
XYZ 38.06 33.51 25.58 -
YUV 158.57 111.88 158.98 -
System Red Green Blue C M Y K H S L
Decimal 202 142 130 0 0.30 0.36 0.21 10 0.4 0.65
Hex CA 8E 82 0 1E 24 15 A 28 41
Octal 312 216 202 0 36 44 25 12 50 101
Binary 11001010 10001110 10000010 0 11110 100100 10101 1010 101000 1000001

Color Harmonies of #CA8E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E82

Black with #CA8E82

Text Example


Text Example

White with #CA8E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E82; }

 p { color: rgb(202,142,130); }

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

background-color css

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

 a { background-color: rgb(202,142,130); }

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

border-color css

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

 span { border-color: rgb(202,142,130); }

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