Html Css Color HEX #CA768A Charm

📋 copy color: '#CA768A'

red 202 ◦ green 118 ◦ blue 138

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

Shades of Charm #CA768A

Tints of Charm #CA768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 25.76%

 BLUE value IS 138 (54.3% from 255) = 30.13%

R = 44.1%
G = 25.76%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CA768A (or 0xCA768A) is known color: Charm. HEX triplet: CA, 76 and 8A. RGB value is (202,118,138). Sum of RGB (Red+Green+Blue) = 202+118+138=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CA768A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA768A is #358975. Grayscale: #919191. Windows color (decimal): -3508598 or 9074378. OLE color: 9074378.

HSL color Cylindrical-coordinate representation of color #CA768A: hue angle of 345.71º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA768A is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 118 138 -
CMYK 0 0.42 0.32 0.21
HSL 345.71º 0.44% 0.63% -
HSV(B) 345.71º 0.42% 0.79% -
XYZ 35.42 27.35 27.46 -
YUV 145.4 123.83 168.37 -
System Red Green Blue C M Y K H S L
Decimal 202 118 138 0 0.42 0.32 0.21 345.71 0.44 0.63
Hex CA 76 8A 0 2A 20 15 15A 2C 3F
Octal 312 166 212 0 52 40 25 532 54 77
Binary 11001010 1110110 10001010 0 101010 100000 10101 101011010 101100 111111

Color Harmonies of #CA768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA768A

Black with #CA768A

Text Example


Text Example

White with #CA768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA768A; }

 p { color: rgb(202,118,138); }

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

background-color css

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

 a { background-color: rgb(202,118,138); }

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

border-color css

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

 span { border-color: rgb(202,118,138); }

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