Html Css Color HEX #CA918F Oriental Pink

📋 copy color: '#CA918F'

red 202 ◦ green 145 ◦ blue 143

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

Shades of Oriental Pink #CA918F

Tints of Oriental Pink #CA918F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.18%

R = 41.22%
G = 29.59%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA918F (or 0xCA918F) is known color: Oriental Pink. HEX triplet: CA, 91 and 8F. RGB value is (202,145,143). Sum of RGB (Red+Green+Blue) = 202+145+143=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 202 - color contains mainly: red. Hex color #CA918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA918F is #356E70. Grayscale: #A1A1A1. Windows color (decimal): -3501681 or 9408970. OLE color: 9408970.

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

Color convert

RGB 202 145 143 -
CMYK 0 0.28 0.29 0.21
HSL 2.03º 0.36% 0.68% -
HSV(B) 2.03º 0.29% 0.79% -
XYZ 39.44 34.79 30.62 -
YUV 161.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 202 145 143 0 0.28 0.29 0.21 2.03 0.36 0.68
Hex CA 91 8F 0 1C 1D 15 2 24 44
Octal 312 221 217 0 34 35 25 2 44 104
Binary 11001010 10010001 10001111 0 11100 11101 10101 10 100100 1000100

Color Harmonies of #CA918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA918F

Black with #CA918F

Text Example


Text Example

White with #CA918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA918F; }

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

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

background-color css

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

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

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

border-color css

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

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

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