Html Css Color HEX #CA8582 Oriental Pink

📋 copy color: '#CA8582'

red 202 ◦ green 133 ◦ blue 130

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

Shades of Oriental Pink #CA8582

Tints of Oriental Pink #CA8582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.6%

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

R = 43.44%
G = 28.6%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA8582 (or 0xCA8582) is known color: Oriental Pink. HEX triplet: CA, 85 and 82. RGB value is (202,133,130). Sum of RGB (Red+Green+Blue) = 202+133+130=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 133 (52.34% from 255 or 28.60% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8582 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8582 is #357A7D. Grayscale: #999999. Windows color (decimal): -3504766 or 8553930. OLE color: 8553930.

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

Color convert

RGB 202 133 130 -
CMYK 0 0.34 0.36 0.21
HSL 2.5º 0.4% 0.65% -
HSV(B) 2.5º 0.36% 0.79% -
XYZ 36.77 30.94 25.15 -
YUV 153.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 202 133 130 0 0.34 0.36 0.21 2.5 0.4 0.65
Hex CA 85 82 0 22 24 15 2 28 41
Octal 312 205 202 0 42 44 25 2 50 101
Binary 11001010 10000101 10000010 0 100010 100100 10101 10 101000 1000001

Color Harmonies of #CA8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8582

Black with #CA8582

Text Example


Text Example

White with #CA8582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8582; }

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

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

background-color css

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

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

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

border-color css

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

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

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