Html Css Color HEX #CA6075 Cabaret

📋 copy color: '#CA6075'

red 202 ◦ green 96 ◦ blue 117

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

Shades of Cabaret #CA6075

Tints of Cabaret #CA6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 48.67%
G = 23.13%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA6075 (or 0xCA6075) is known color: Cabaret. HEX triplet: CA, 60 and 75. RGB value is (202,96,117). Sum of RGB (Red+Green+Blue) = 202+96+117=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6075 is #359F8A. Grayscale: #828282. Windows color (decimal): -3514251 or 7692490. OLE color: 7692490.

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

Color convert

RGB 202 96 117 -
CMYK 0 0.52 0.42 0.21
HSL 348.11º 0.5% 0.58% -
HSV(B) 348.11º 0.52% 0.79% -
XYZ 31.75 22.21 19.44 -
YUV 130.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 202 96 117 0 0.52 0.42 0.21 348.11 0.5 0.58
Hex CA 60 75 0 34 2A 15 15C 32 3A
Octal 312 140 165 0 64 52 25 534 62 72
Binary 11001010 1100000 1110101 0 110100 101010 10101 101011100 110010 111010

Color Harmonies of #CA6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA6075

Black with #CA6075

Text Example


Text Example

White with #CA6075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA6075; }

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

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

background-color css

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

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

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

border-color css

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

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

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