Html Css Color HEX #CA708B Charm

📋 copy color: '#CA708B'

red 202 ◦ green 112 ◦ blue 139

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

Shades of Charm #CA708B

Tints of Charm #CA708B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.68%

R = 44.59%
G = 24.72%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA708B (or 0xCA708B) is known color: Charm. HEX triplet: CA, 70 and 8B. RGB value is (202,112,139). Sum of RGB (Red+Green+Blue) = 202+112+139=453 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.59% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 139 (54.69% from 255 or 30.68% from 453); Max value from RGB is 202 - color contains mainly: red. Hex color #CA708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA708B is #358F74. Grayscale: #8D8D8D. Windows color (decimal): -3510133 or 9138378. OLE color: 9138378.

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

Color convert

RGB 202 112 139 -
CMYK 0 0.45 0.31 0.21
HSL 342º 0.46% 0.62% -
HSV(B) 342º 0.45% 0.79% -
XYZ 34.81 26.01 27.61 -
YUV 141.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 202 112 139 0 0.45 0.31 0.21 342 0.46 0.62
Hex CA 70 8B 0 2D 1F 15 156 2E 3E
Octal 312 160 213 0 55 37 25 526 56 76
Binary 11001010 1110000 10001011 0 101101 11111 10101 101010110 101110 111110

Color Harmonies of #CA708B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA708B

Black with #CA708B

Text Example


Text Example

White with #CA708B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA708B; }

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

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

background-color css

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

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

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

border-color css

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

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

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