Html Css Color HEX #CA748B Charm

📋 copy color: '#CA748B'

red 202 ◦ green 116 ◦ blue 139

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

Shades of Charm #CA748B

Tints of Charm #CA748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

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

R = 44.2%
G = 25.38%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.21

RGB Variations

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

Color information

#CA748B (or 0xCA748B) is known color: Charm. HEX triplet: CA, 74 and 8B. RGB value is (202,116,139). Sum of RGB (Red+Green+Blue) = 202+116+139=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA748B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA748B is #358B74. Grayscale: #909090. Windows color (decimal): -3509109 or 9139402. OLE color: 9139402.

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

Color convert

RGB 202 116 139 -
CMYK 0 0.43 0.31 0.21
HSL 343.95º 0.45% 0.62% -
HSV(B) 343.95º 0.43% 0.79% -
XYZ 35.26 26.91 27.76 -
YUV 144.34 124.99 169.13 -
System Red Green Blue C M Y K H S L
Decimal 202 116 139 0 0.43 0.31 0.21 343.95 0.45 0.62
Hex CA 74 8B 0 2B 1F 15 158 2D 3E
Octal 312 164 213 0 53 37 25 530 55 76
Binary 11001010 1110100 10001011 0 101011 11111 10101 101011000 101101 111110

Color Harmonies of #CA748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA748B

Black with #CA748B

Text Example


Text Example

White with #CA748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA748B; }

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

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

background-color css

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

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

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

border-color css

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

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

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