Html Css Color HEX #CA667D Charm

📋 copy color: '#CA667D'

red 202 ◦ green 102 ◦ blue 125

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

Shades of Charm #CA667D

Tints of Charm #CA667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.78%

 BLUE value IS 125 (49.22% from 255) = 29.14%

R = 47.09%
G = 23.78%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA667D (or 0xCA667D) is known color: Charm. HEX triplet: CA, 66 and 7D. RGB value is (202,102,125). Sum of RGB (Red+Green+Blue) = 202+102+125=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CA667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA667D is #359982. Grayscale: #868686. Windows color (decimal): -3512707 or 8218314. OLE color: 8218314.

HSL color Cylindrical-coordinate representation of color #CA667D: hue angle of 346.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA667D is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 102 125 -
CMYK 0 0.50 0.38 0.21
HSL 346.2º 0.49% 0.6% -
HSV(B) 346.2º 0.5% 0.79% -
XYZ 32.81 23.54 22.22 -
YUV 134.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 202 102 125 0 0.50 0.38 0.21 346.2 0.49 0.6
Hex CA 66 7D 0 32 26 15 15A 31 3C
Octal 312 146 175 0 62 46 25 532 61 74
Binary 11001010 1100110 1111101 0 110010 100110 10101 101011010 110001 111100

Color Harmonies of #CA667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA667D

Black with #CA667D

Text Example


Text Example

White with #CA667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA667D; }

 p { color: rgb(202,102,125); }

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

background-color css

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

 a { background-color: rgb(202,102,125); }

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

border-color css

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

 span { border-color: rgb(202,102,125); }

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