Html Css Color HEX #CA767B Charm

📋 copy color: '#CA767B'

red 202 ◦ green 118 ◦ blue 123

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

Shades of Charm #CA767B

Tints of Charm #CA767B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.77%

R = 45.6%
G = 26.64%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.39

 K value IS 0.21

RGB Variations

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

Color information

#CA767B (or 0xCA767B) is known color: Charm. HEX triplet: CA, 76 and 7B. RGB value is (202,118,123). Sum of RGB (Red+Green+Blue) = 202+118+123=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 118 (46.48% from 255 or 26.64% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA767B is #358984. Grayscale: #8F8F8F. Windows color (decimal): -3508613 or 8091338. OLE color: 8091338.

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

Color convert

RGB 202 118 123 -
CMYK 0 0.42 0.39 0.21
HSL 356.43º 0.44% 0.63% -
HSV(B) 356.43º 0.42% 0.79% -
XYZ 34.41 26.94 22.13 -
YUV 143.69 116.33 169.59 -
System Red Green Blue C M Y K H S L
Decimal 202 118 123 0 0.42 0.39 0.21 356.43 0.44 0.63
Hex CA 76 7B 0 2A 27 15 164 2C 3F
Octal 312 166 173 0 52 47 25 544 54 77
Binary 11001010 1110110 1111011 0 101010 100111 10101 101100100 101100 111111

Color Harmonies of #CA767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA767B

Black with #CA767B

Text Example


Text Example

White with #CA767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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