Html Css Color HEX #CA6372 Cabaret

📋 copy color: '#CA6372'

red 202 ◦ green 99 ◦ blue 114

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

Shades of Cabaret #CA6372

Tints of Cabaret #CA6372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 27.47%

R = 48.67%
G = 23.86%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA6372 (or 0xCA6372) is known color: Cabaret. HEX triplet: CA, 63 and 72. RGB value is (202,99,114). Sum of RGB (Red+Green+Blue) = 202+99+114=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6372 is #359C8D. Grayscale: #838383. Windows color (decimal): -3513486 or 7496650. OLE color: 7496650.

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

Color convert

RGB 202 99 114 -
CMYK 0 0.51 0.44 0.21
HSL 351.26º 0.49% 0.59% -
HSV(B) 351.26º 0.51% 0.79% -
XYZ 31.86 22.7 18.62 -
YUV 131.51 118.12 178.28 -
System Red Green Blue C M Y K H S L
Decimal 202 99 114 0 0.51 0.44 0.21 351.26 0.49 0.59
Hex CA 63 72 0 33 2C 15 15F 31 3B
Octal 312 143 162 0 63 54 25 537 61 73
Binary 11001010 1100011 1110010 0 110011 101100 10101 101011111 110001 111011

Color Harmonies of #CA6372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6372

Black with #CA6372

Text Example


Text Example

White with #CA6372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6372; }

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

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

background-color css

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

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

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

border-color css

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

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

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