Html Css Color HEX #CA938C Oriental Pink

📋 copy color: '#CA938C'

red 202 ◦ green 147 ◦ blue 140

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

Shades of Oriental Pink #CA938C

Tints of Oriental Pink #CA938C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.06%

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

R = 41.31%
G = 30.06%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA938C (or 0xCA938C) is known color: Oriental Pink. HEX triplet: CA, 93 and 8C. RGB value is (202,147,140). Sum of RGB (Red+Green+Blue) = 202+147+140=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 202 - color contains mainly: red. Hex color #CA938C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA938C is #356C73. Grayscale: #A2A2A2. Windows color (decimal): -3501172 or 9212874. OLE color: 9212874.

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

Color convert

RGB 202 147 140 -
CMYK 0 0.27 0.31 0.21
HSL 6.77º 0.37% 0.67% -
HSV(B) 6.77º 0.31% 0.79% -
XYZ 39.52 35.32 29.54 -
YUV 162.65 115.22 156.07 -
System Red Green Blue C M Y K H S L
Decimal 202 147 140 0 0.27 0.31 0.21 6.77 0.37 0.67
Hex CA 93 8C 0 1B 1F 15 7 25 43
Octal 312 223 214 0 33 37 25 7 45 103
Binary 11001010 10010011 10001100 0 11011 11111 10101 111 100101 1000011

Color Harmonies of #CA938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA938C

Black with #CA938C

Text Example


Text Example

White with #CA938C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA938C; }

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

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

background-color css

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

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

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

border-color css

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

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

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