Html Css Color HEX #CA607D Cabaret

📋 copy color: '#CA607D'

red 202 ◦ green 96 ◦ blue 125

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

Shades of Cabaret #CA607D

Tints of Cabaret #CA607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.55%

R = 47.75%
G = 22.7%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.38

 K value IS 0.21

RGB Variations

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

Color information

#CA607D (or 0xCA607D) is known color: Cabaret. HEX triplet: CA, 60 and 7D. RGB value is (202,96,125). Sum of RGB (Red+Green+Blue) = 202+96+125=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA607D is #359F82. Grayscale: #828282. Windows color (decimal): -3514243 or 8216778. OLE color: 8216778.

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

Color convert

RGB 202 96 125 -
CMYK 0 0.52 0.38 0.21
HSL 343.58º 0.5% 0.58% -
HSV(B) 343.58º 0.52% 0.79% -
XYZ 32.24 22.4 22.03 -
YUV 131 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 202 96 125 0 0.52 0.38 0.21 343.58 0.5 0.58
Hex CA 60 7D 0 34 26 15 158 32 3A
Octal 312 140 175 0 64 46 25 530 62 72
Binary 11001010 1100000 1111101 0 110100 100110 10101 101011000 110010 111010

Color Harmonies of #CA607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA607D

Black with #CA607D

Text Example


Text Example

White with #CA607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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