Html Css Color HEX #CA6375 Cabaret

📋 copy color: '#CA6375'

red 202 ◦ green 99 ◦ blue 117

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

Shades of Cabaret #CA6375

Tints of Cabaret #CA6375

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.68%

 BLUE value IS 117 (46.09% from 255) = 27.99%

R = 48.33%
G = 23.68%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA6375 (or 0xCA6375) is known color: Cabaret. HEX triplet: CA, 63 and 75. RGB value is (202,99,117). Sum of RGB (Red+Green+Blue) = 202+99+117=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6375 is #359C8A. Grayscale: #838383. Windows color (decimal): -3513483 or 7693258. OLE color: 7693258.

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

Color convert

RGB 202 99 117 -
CMYK 0 0.51 0.42 0.21
HSL 349.51º 0.49% 0.59% -
HSV(B) 349.51º 0.51% 0.79% -
XYZ 32.03 22.76 19.54 -
YUV 131.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 202 99 117 0 0.51 0.42 0.21 349.51 0.49 0.59
Hex CA 63 75 0 33 2A 15 15E 31 3B
Octal 312 143 165 0 63 52 25 536 61 73
Binary 11001010 1100011 1110101 0 110011 101010 10101 101011110 110001 111011

Color Harmonies of #CA6375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6375

Black with #CA6375

Text Example


Text Example

White with #CA6375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6375; }

 p { color: rgb(202,99,117); }

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

background-color css

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

 a { background-color: rgb(202,99,117); }

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

border-color css

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

 span { border-color: rgb(202,99,117); }

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