Html Css Color HEX #CA646F Cabaret

📋 copy color: '#CA646F'

red 202 ◦ green 100 ◦ blue 111

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

Shades of Cabaret #CA646F

Tints of Cabaret #CA646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.21%

 BLUE value IS 111 (43.75% from 255) = 26.88%

R = 48.91%
G = 24.21%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#CA646F (or 0xCA646F) is known color: Cabaret. HEX triplet: CA, 64 and 6F. RGB value is (202,100,111). Sum of RGB (Red+Green+Blue) = 202+100+111=413 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.91% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 202 - color contains mainly: red. Hex color #CA646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA646F is #359B90. Grayscale: #838383. Windows color (decimal): -3513233 or 7300298. OLE color: 7300298.

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

Color convert

RGB 202 100 111 -
CMYK 0 0.50 0.45 0.21
HSL 353.53º 0.49% 0.59% -
HSV(B) 353.53º 0.5% 0.79% -
XYZ 31.78 22.82 17.77 -
YUV 131.75 116.29 178.11 -
System Red Green Blue C M Y K H S L
Decimal 202 100 111 0 0.50 0.45 0.21 353.53 0.49 0.59
Hex CA 64 6F 0 32 2D 15 162 31 3B
Octal 312 144 157 0 62 55 25 542 61 73
Binary 11001010 1100100 1101111 0 110010 101101 10101 101100010 110001 111011

Color Harmonies of #CA646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA646F

Black with #CA646F

Text Example


Text Example

White with #CA646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA646F; }

 p { color: rgb(202,100,111); }

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

background-color css

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

 a { background-color: rgb(202,100,111); }

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

border-color css

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

 span { border-color: rgb(202,100,111); }

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