Html Css Color HEX #CA8D8C Oriental Pink

📋 copy color: '#CA8D8C'

red 202 ◦ green 141 ◦ blue 140

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

Shades of Oriental Pink #CA8D8C

Tints of Oriental Pink #CA8D8C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.19%

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 41.82%
G = 29.19%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA8D8C (or 0xCA8D8C) is known color: Oriental Pink. HEX triplet: CA, 8D and 8C. RGB value is (202,141,140). Sum of RGB (Red+Green+Blue) = 202+141+140=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D8C is #357273. Grayscale: #9F9F9F. Windows color (decimal): -3502708 or 9211338. OLE color: 9211338.

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

Color convert

RGB 202 141 140 -
CMYK 0 0.30 0.31 0.21
HSL 0.97º 0.37% 0.67% -
HSV(B) 0.97º 0.31% 0.79% -
XYZ 38.62 33.5 29.24 -
YUV 159.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 202 141 140 0 0.30 0.31 0.21 0.97 0.37 0.67
Hex CA 8D 8C 0 1E 1F 15 1 25 43
Octal 312 215 214 0 36 37 25 1 45 103
Binary 11001010 10001101 10001100 0 11110 11111 10101 1 100101 1000011

Color Harmonies of #CA8D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D8C

Black with #CA8D8C

Text Example


Text Example

White with #CA8D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D8C; }

 p { color: rgb(202,141,140); }

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

background-color css

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

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

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

border-color css

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

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

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