Html Css Color HEX #CA7085 Charm

📋 copy color: '#CA7085'

red 202 ◦ green 112 ◦ blue 133

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

Shades of Charm #CA7085

Tints of Charm #CA7085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.06%

 BLUE value IS 133 (52.34% from 255) = 29.75%

R = 45.19%
G = 25.06%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA7085 (or 0xCA7085) is known color: Charm. HEX triplet: CA, 70 and 85. RGB value is (202,112,133). Sum of RGB (Red+Green+Blue) = 202+112+133=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7085 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7085 is #358F7A. Grayscale: #8D8D8D. Windows color (decimal): -3510139 or 8745162. OLE color: 8745162.

HSL color Cylindrical-coordinate representation of color #CA7085: hue angle of 346º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA7085 is Cyan = 0, Magento = 0.45, Yellow = 0.34 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 112 133 -
CMYK 0 0.45 0.34 0.21
HSL 346º 0.46% 0.62% -
HSV(B) 346º 0.45% 0.79% -
XYZ 34.38 25.84 25.37 -
YUV 141.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 202 112 133 0 0.45 0.34 0.21 346 0.46 0.62
Hex CA 70 85 0 2D 22 15 15A 2E 3E
Octal 312 160 205 0 55 42 25 532 56 76
Binary 11001010 1110000 10000101 0 101101 100010 10101 101011010 101110 111110

Color Harmonies of #CA7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7085

Black with #CA7085

Text Example


Text Example

White with #CA7085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7085; }

 p { color: rgb(202,112,133); }

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

background-color css

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

 a { background-color: rgb(202,112,133); }

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

border-color css

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

 span { border-color: rgb(202,112,133); }

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