Html Css Color HEX #CA908E Oriental Pink

📋 copy color: '#CA908E'

red 202 ◦ green 144 ◦ blue 142

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

Shades of Oriental Pink #CA908E

Tints of Oriental Pink #CA908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

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

R = 41.39%
G = 29.51%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.21

RGB Variations

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

Color information

#CA908E (or 0xCA908E) is known color: Oriental Pink. HEX triplet: CA, 90 and 8E. RGB value is (202,144,142). Sum of RGB (Red+Green+Blue) = 202+144+142=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 202 - color contains mainly: red. Hex color #CA908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA908E is #356F71. Grayscale: #A1A1A1. Windows color (decimal): -3501938 or 9343178. OLE color: 9343178.

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

Color convert

RGB 202 144 142 -
CMYK 0 0.29 0.30 0.21
HSL 0.36% 0.67% -
HSV(B) 0.3% 0.79% -
XYZ 39.21 34.46 30.18 -
YUV 161.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 202 144 142 0 0.29 0.30 0.21 2 0.36 0.67
Hex CA 90 8E 0 1D 1E 15 2 24 43
Octal 312 220 216 0 35 36 25 2 44 103
Binary 11001010 10010000 10001110 0 11101 11110 10101 10 100100 1000011

Color Harmonies of #CA908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA908E

Black with #CA908E

Text Example


Text Example

White with #CA908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA908E; }

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

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

background-color css

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

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

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

border-color css

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

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

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