Html Css Color HEX #CA8781 Oriental Pink

📋 copy color: '#CA8781'

red 202 ◦ green 135 ◦ blue 129

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

Shades of Oriental Pink #CA8781

Tints of Oriental Pink #CA8781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.97%

 BLUE value IS 129 (50.78% from 255) = 27.68%

R = 43.35%
G = 28.97%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CA8781 (or 0xCA8781) is known color: Oriental Pink. HEX triplet: CA, 87 and 81. RGB value is (202,135,129). Sum of RGB (Red+Green+Blue) = 202+135+129=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 135 (53.12% from 255 or 28.97% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8781 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8781 is #35787E. Grayscale: #9A9A9A. Windows color (decimal): -3504255 or 8488906. OLE color: 8488906.

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

Color convert

RGB 202 135 129 -
CMYK 0 0.33 0.36 0.21
HSL 4.93º 0.41% 0.65% -
HSV(B) 4.93º 0.36% 0.79% -
XYZ 36.98 31.47 24.89 -
YUV 154.35 113.7 161.99 -
System Red Green Blue C M Y K H S L
Decimal 202 135 129 0 0.33 0.36 0.21 4.93 0.41 0.65
Hex CA 87 81 0 21 24 15 5 29 41
Octal 312 207 201 0 41 44 25 5 51 101
Binary 11001010 10000111 10000001 0 100001 100100 10101 101 101001 1000001

Color Harmonies of #CA8781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8781

Black with #CA8781

Text Example


Text Example

White with #CA8781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8781; }

 p { color: rgb(202,135,129); }

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

background-color css

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

 a { background-color: rgb(202,135,129); }

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

border-color css

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

 span { border-color: rgb(202,135,129); }

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