Html Css Color HEX #CA7B7F Charm

📋 copy color: '#CA7B7F'

red 202 ◦ green 123 ◦ blue 127

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

Shades of Charm #CA7B7F

Tints of Charm #CA7B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 44.69%
G = 27.21%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CA7B7F (or 0xCA7B7F) is known color: Charm. HEX triplet: CA, 7B and 7F. RGB value is (202,123,127). Sum of RGB (Red+Green+Blue) = 202+123+127=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7B7F is #358480. Grayscale: #939393. Windows color (decimal): -3507329 or 8354762. OLE color: 8354762.

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

Color convert

RGB 202 123 127 -
CMYK 0 0.39 0.37 0.21
HSL 356.96º 0.43% 0.64% -
HSV(B) 356.96º 0.39% 0.79% -
XYZ 35.27 28.25 23.67 -
YUV 147.08 116.67 167.17 -
System Red Green Blue C M Y K H S L
Decimal 202 123 127 0 0.39 0.37 0.21 356.96 0.43 0.64
Hex CA 7B 7F 0 27 25 15 165 2B 40
Octal 312 173 177 0 47 45 25 545 53 100
Binary 11001010 1111011 1111111 0 100111 100101 10101 101100101 101011 1000000

Color Harmonies of #CA7B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7B7F

Black with #CA7B7F

Text Example


Text Example

White with #CA7B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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