Html Css Color HEX #CA9690 Oriental Pink

📋 copy color: '#CA9690'

red 202 ◦ green 150 ◦ blue 144

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

Shades of Oriental Pink #CA9690

Tints of Oriental Pink #CA9690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.24%

 BLUE value IS 144 (56.64% from 255) = 29.03%

R = 40.73%
G = 30.24%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA9690 (or 0xCA9690) is known color: Oriental Pink. HEX triplet: CA, 96 and 90. RGB value is (202,150,144). Sum of RGB (Red+Green+Blue) = 202+150+144=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 150 (58.98% from 255 or 30.24% from 496); Blue value is 144 (56.64% from 255 or 29.03% from 496); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA9690 is #35696F. Grayscale: #A4A4A4. Windows color (decimal): -3500400 or 9475786. OLE color: 9475786.

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

Color convert

RGB 202 150 144 -
CMYK 0 0.26 0.29 0.21
HSL 6.21º 0.35% 0.68% -
HSV(B) 6.21º 0.29% 0.79% -
XYZ 40.3 36.38 31.28 -
YUV 164.86 116.23 154.49 -
System Red Green Blue C M Y K H S L
Decimal 202 150 144 0 0.26 0.29 0.21 6.21 0.35 0.68
Hex CA 96 90 0 1A 1D 15 6 23 44
Octal 312 226 220 0 32 35 25 6 43 104
Binary 11001010 10010110 10010000 0 11010 11101 10101 110 100011 1000100

Color Harmonies of #CA9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9690

Black with #CA9690

Text Example


Text Example

White with #CA9690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9690; }

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

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

background-color css

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

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

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

border-color css

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

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

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