Html Css Color HEX #CA8C84 Oriental Pink

📋 copy color: '#CA8C84'

red 202 ◦ green 140 ◦ blue 132

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

Shades of Oriental Pink #CA8C84

Tints of Oriental Pink #CA8C84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 27.85%

R = 42.62%
G = 29.54%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA8C84 (or 0xCA8C84) is known color: Oriental Pink. HEX triplet: CA, 8C and 84. RGB value is (202,140,132). Sum of RGB (Red+Green+Blue) = 202+140+132=474 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.62% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 132 (51.95% from 255 or 27.85% from 474); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8C84 is #35737B. Grayscale: #9D9D9D. Windows color (decimal): -3502972 or 8686794. OLE color: 8686794.

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

Color convert

RGB 202 140 132 -
CMYK 0 0.31 0.35 0.21
HSL 6.86º 0.4% 0.65% -
HSV(B) 6.86º 0.35% 0.79% -
XYZ 37.9 32.98 26.2 -
YUV 157.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 202 140 132 0 0.31 0.35 0.21 6.86 0.4 0.65
Hex CA 8C 84 0 1F 23 15 7 28 41
Octal 312 214 204 0 37 43 25 7 50 101
Binary 11001010 10001100 10000100 0 11111 100011 10101 111 101000 1000001

Color Harmonies of #CA8C84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8C84

Black with #CA8C84

Text Example


Text Example

White with #CA8C84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8C84; }

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

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

background-color css

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

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

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

border-color css

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

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

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