Html Css Color HEX #CA6B85 Charm

📋 copy color: '#CA6B85'

red 202 ◦ green 107 ◦ blue 133

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

Shades of Charm #CA6B85

Tints of Charm #CA6B85

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.21%

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

R = 45.7%
G = 24.21%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CA6B85 (or 0xCA6B85) is known color: Charm. HEX triplet: CA, 6B and 85. RGB value is (202,107,133). Sum of RGB (Red+Green+Blue) = 202+107+133=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6B85 is #35947A. Grayscale: #8A8A8A. Windows color (decimal): -3511419 or 8743882. OLE color: 8743882.

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

Color convert

RGB 202 107 133 -
CMYK 0 0.47 0.34 0.21
HSL 343.58º 0.47% 0.61% -
HSV(B) 343.58º 0.47% 0.79% -
XYZ 33.85 24.77 25.19 -
YUV 138.37 124.97 173.39 -
System Red Green Blue C M Y K H S L
Decimal 202 107 133 0 0.47 0.34 0.21 343.58 0.47 0.61
Hex CA 6B 85 0 2F 22 15 158 2F 3D
Octal 312 153 205 0 57 42 25 530 57 75
Binary 11001010 1101011 10000101 0 101111 100010 10101 101011000 101111 111101

Color Harmonies of #CA6B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6B85

Black with #CA6B85

Text Example


Text Example

White with #CA6B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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