Html Css Color HEX #CA8D8D Oriental Pink

📋 copy color: '#CA8D8D'

red 202 ◦ green 141 ◦ blue 141

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

Shades of Oriental Pink #CA8D8D

Tints of Oriental Pink #CA8D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 41.74%
G = 29.13%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA8D8D (or 0xCA8D8D) is known color: Oriental Pink. HEX triplet: CA, 8D and 8D. RGB value is (202,141,141). Sum of RGB (Red+Green+Blue) = 202+141+141=484 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.74% from 484); Green value is 141 (55.47% from 255 or 29.13% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D8D is #357272. Grayscale: #9F9F9F. Windows color (decimal): -3502707 or 9276874. OLE color: 9276874.

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

Color convert

RGB 202 141 141 -
CMYK 0 0.30 0.30 0.21
HSL 0.37% 0.67% -
HSV(B) 0.3% 0.79% -
XYZ 38.69 33.53 29.63 -
YUV 159.24 117.71 158.5 -
System Red Green Blue C M Y K H S L
Decimal 202 141 141 0 0.30 0.30 0.21 0 0.37 0.67
Hex CA 8D 8D 0 1E 1E 15 0 25 43
Octal 312 215 215 0 36 36 25 0 45 103
Binary 11001010 10001101 10001101 0 11110 11110 10101 0 100101 1000011

Color Harmonies of #CA8D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8D8D

Black with #CA8D8D

Text Example


Text Example

White with #CA8D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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