Html Css Color HEX #CA958E Oriental Pink

📋 copy color: '#CA958E'

red 202 ◦ green 149 ◦ blue 142

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

Shades of Oriental Pink #CA958E

Tints of Oriental Pink #CA958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.22%

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 40.97%
G = 30.22%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA958E (or 0xCA958E) is known color: Oriental Pink. HEX triplet: CA, 95 and 8E. RGB value is (202,149,142). Sum of RGB (Red+Green+Blue) = 202+149+142=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 149 (58.59% from 255 or 30.22% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA958E is #356A71. Grayscale: #A4A4A4. Windows color (decimal): -3500658 or 9344458. OLE color: 9344458.

HSL color Cylindrical-coordinate representation of color #CA958E: hue angle of 7º degrees, saturation: 0.36, 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 #CA958E is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 149 142 -
CMYK 0 0.26 0.30 0.21
HSL 0.36% 0.67% -
HSV(B) 0.3% 0.79% -
XYZ 39.99 36 30.43 -
YUV 164.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 202 149 142 0 0.26 0.30 0.21 7 0.36 0.67
Hex CA 95 8E 0 1A 1E 15 7 24 43
Octal 312 225 216 0 32 36 25 7 44 103
Binary 11001010 10010101 10001110 0 11010 11110 10101 111 100100 1000011

Color Harmonies of #CA958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA958E

Black with #CA958E

Text Example


Text Example

White with #CA958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA958E; }

 p { color: rgb(202,149,142); }

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

background-color css

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

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

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

border-color css

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

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

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