Html Css Color HEX #CA7B90 Charm

📋 copy color: '#CA7B90'

red 202 ◦ green 123 ◦ blue 144

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

Shades of Charm #CA7B90

Tints of Charm #CA7B90

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.23%

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

R = 43.07%
G = 26.23%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.21

RGB Variations

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

Color information

#CA7B90 (or 0xCA7B90) is known color: Charm. HEX triplet: CA, 7B and 90. RGB value is (202,123,144). Sum of RGB (Red+Green+Blue) = 202+123+144=469 (62% of max value = 765). Red value is 202 (79.30% from 255 or 43.07% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7B90 is #35846F. Grayscale: #959595. Windows color (decimal): -3507312 or 9468874. OLE color: 9468874.

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

Color convert

RGB 202 123 144 -
CMYK 0 0.39 0.29 0.21
HSL 344.05º 0.43% 0.64% -
HSV(B) 344.05º 0.39% 0.79% -
XYZ 36.47 28.74 30.01 -
YUV 149.02 125.17 165.79 -
System Red Green Blue C M Y K H S L
Decimal 202 123 144 0 0.39 0.29 0.21 344.05 0.43 0.64
Hex CA 7B 90 0 27 1D 15 158 2B 40
Octal 312 173 220 0 47 35 25 530 53 100
Binary 11001010 1111011 10010000 0 100111 11101 10101 101011000 101011 1000000

Color Harmonies of #CA7B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B90

Black with #CA7B90

Text Example


Text Example

White with #CA7B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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