Html Css Color HEX #CA8C82 Oriental Pink

📋 copy color: '#CA8C82'

red 202 ◦ green 140 ◦ blue 130

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

Shades of Oriental Pink #CA8C82

Tints of Oriental Pink #CA8C82

RGB

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

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

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

R = 42.8%
G = 29.66%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA8C82 (or 0xCA8C82) is known color: Oriental Pink. HEX triplet: CA, 8C and 82. RGB value is (202,140,130). Sum of RGB (Red+Green+Blue) = 202+140+130=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 140 (55.08% from 255 or 29.66% from 472); Blue value is 130 (51.17% from 255 or 27.54% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8C82 is #35737D. Grayscale: #9D9D9D. Windows color (decimal): -3502974 or 8555722. OLE color: 8555722.

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

Color convert

RGB 202 140 130 -
CMYK 0 0.31 0.36 0.21
HSL 8.33º 0.4% 0.65% -
HSV(B) 8.33º 0.36% 0.79% -
XYZ 37.76 32.92 25.48 -
YUV 157.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 202 140 130 0 0.31 0.36 0.21 8.33 0.4 0.65
Hex CA 8C 82 0 1F 24 15 8 28 41
Octal 312 214 202 0 37 44 25 10 50 101
Binary 11001010 10001100 10000010 0 11111 100100 10101 1000 101000 1000001

Color Harmonies of #CA8C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C82

Black with #CA8C82

Text Example


Text Example

White with #CA8C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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