Html Css Color HEX #CA918C Oriental Pink

📋 copy color: '#CA918C'

red 202 ◦ green 145 ◦ blue 140

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

Shades of Oriental Pink #CA918C

Tints of Oriental Pink #CA918C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.77%

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

R = 41.48%
G = 29.77%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA918C (or 0xCA918C) is known color: Oriental Pink. HEX triplet: CA, 91 and 8C. RGB value is (202,145,140). Sum of RGB (Red+Green+Blue) = 202+145+140=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 145 (57.03% from 255 or 29.77% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 202 - color contains mainly: red. Hex color #CA918C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA918C is #356E73. Grayscale: #A1A1A1. Windows color (decimal): -3501684 or 9212362. OLE color: 9212362.

HSL color Cylindrical-coordinate representation of color #CA918C: hue angle of 4.84º 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 #CA918C is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 145 140 -
CMYK 0 0.28 0.31 0.21
HSL 4.84º 0.37% 0.67% -
HSV(B) 4.84º 0.31% 0.79% -
XYZ 39.22 34.7 29.44 -
YUV 161.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 202 145 140 0 0.28 0.31 0.21 4.84 0.37 0.67
Hex CA 91 8C 0 1C 1F 15 5 25 43
Octal 312 221 214 0 34 37 25 5 45 103
Binary 11001010 10010001 10001100 0 11100 11111 10101 101 100101 1000011

Color Harmonies of #CA918C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA918C

Black with #CA918C

Text Example


Text Example

White with #CA918C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA918C; }

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

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

background-color css

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

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

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

border-color css

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

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

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