Html Css Color HEX #CA4675 Cabaret

📋 copy color: '#CA4675'

red 202 ◦ green 70 ◦ blue 117

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

Shades of Cabaret #CA4675

Tints of Cabaret #CA4675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.99%

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

R = 51.93%
G = 17.99%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA4675 (or 0xCA4675) is known color: Cabaret. HEX triplet: CA, 46 and 75. RGB value is (202,70,117). Sum of RGB (Red+Green+Blue) = 202+70+117=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4675 is #35B98A. Grayscale: #727272. Windows color (decimal): -3520907 or 7685834. OLE color: 7685834.

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

Color convert

RGB 202 70 117 -
CMYK 0 0.65 0.42 0.21
HSL 338.64º 0.55% 0.53% -
HSV(B) 338.64º 0.65% 0.79% -
XYZ 29.76 18.22 18.78 -
YUV 114.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 202 70 117 0 0.65 0.42 0.21 338.64 0.55 0.53
Hex CA 46 75 0 41 2A 15 153 37 35
Octal 312 106 165 0 101 52 25 523 67 65
Binary 11001010 1000110 1110101 0 1000001 101010 10101 101010011 110111 110101

Color Harmonies of #CA4675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4675

Black with #CA4675

Text Example


Text Example

White with #CA4675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4675; }

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

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

background-color css

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

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

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

border-color css

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

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

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