Html Css Color HEX #CA8E8A Oriental Pink

📋 copy color: '#CA8E8A'

red 202 ◦ green 142 ◦ blue 138

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

Shades of Oriental Pink #CA8E8A

Tints of Oriental Pink #CA8E8A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.46%

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 41.91%
G = 29.46%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA8E8A (or 0xCA8E8A) is known color: Oriental Pink. HEX triplet: CA, 8E and 8A. RGB value is (202,142,138). Sum of RGB (Red+Green+Blue) = 202+142+138=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8E8A is #357175. Grayscale: #9F9F9F. Windows color (decimal): -3502454 or 9080522. OLE color: 9080522.

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

Color convert

RGB 202 142 138 -
CMYK 0 0.30 0.32 0.21
HSL 3.75º 0.38% 0.67% -
HSV(B) 3.75º 0.32% 0.79% -
XYZ 38.62 33.74 28.52 -
YUV 159.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 202 142 138 0 0.30 0.32 0.21 3.75 0.38 0.67
Hex CA 8E 8A 0 1E 20 15 4 26 43
Octal 312 216 212 0 36 40 25 4 46 103
Binary 11001010 10001110 10001010 0 11110 100000 10101 100 100110 1000011

Color Harmonies of #CA8E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8E8A

Black with #CA8E8A

Text Example


Text Example

White with #CA8E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8E8A; }

 p { color: rgb(202,142,138); }

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

background-color css

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

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

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

border-color css

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

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

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