Html Css Color HEX #CA8686 Oriental Pink

📋 copy color: '#CA8686'

red 202 ◦ green 134 ◦ blue 134

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

Shades of Oriental Pink #CA8686

Tints of Oriental Pink #CA8686

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.51%

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 42.98%
G = 28.51%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA8686 (or 0xCA8686) is known color: Oriental Pink. HEX triplet: CA, 86 and 86. RGB value is (202,134,134). Sum of RGB (Red+Green+Blue) = 202+134+134=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 134 (52.73% from 255 or 28.51% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8686 is #357979. Grayscale: #9A9A9A. Windows color (decimal): -3504506 or 8816330. OLE color: 8816330.

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

Color convert

RGB 202 134 134 -
CMYK 0 0.34 0.34 0.21
HSL 0.39% 0.66% -
HSV(B) 0.34% 0.79% -
XYZ 37.19 31.33 26.64 -
YUV 154.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 202 134 134 0 0.34 0.34 0.21 0 0.39 0.66
Hex CA 86 86 0 22 22 15 0 27 42
Octal 312 206 206 0 42 42 25 0 47 102
Binary 11001010 10000110 10000110 0 100010 100010 10101 0 100111 1000010

Color Harmonies of #CA8686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8686

Black with #CA8686

Text Example


Text Example

White with #CA8686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8686; }

 p { color: rgb(202,134,134); }

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

background-color css

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

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

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

border-color css

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

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

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