Html Css Color HEX #CA8884 Oriental Pink

📋 copy color: '#CA8884'

red 202 ◦ green 136 ◦ blue 132

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

Shades of Oriental Pink #CA8884

Tints of Oriental Pink #CA8884

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.94%

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

R = 42.98%
G = 28.94%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#CA8884 (or 0xCA8884) is known color: Oriental Pink. HEX triplet: CA, 88 and 84. RGB value is (202,136,132). Sum of RGB (Red+Green+Blue) = 202+136+132=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 132 (51.95% from 255 or 28.09% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8884 is #35777B. Grayscale: #9B9B9B. Windows color (decimal): -3503996 or 8685770. OLE color: 8685770.

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

Color convert

RGB 202 136 132 -
CMYK 0 0.33 0.35 0.21
HSL 3.43º 0.4% 0.65% -
HSV(B) 3.43º 0.35% 0.79% -
XYZ 37.33 31.83 26.01 -
YUV 155.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 202 136 132 0 0.33 0.35 0.21 3.43 0.4 0.65
Hex CA 88 84 0 21 23 15 3 28 41
Octal 312 210 204 0 41 43 25 3 50 101
Binary 11001010 10001000 10000100 0 100001 100011 10101 11 101000 1000001

Color Harmonies of #CA8884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8884

Black with #CA8884

Text Example


Text Example

White with #CA8884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8884; }

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

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

background-color css

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

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

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

border-color css

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

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

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