Html Css Color HEX #CA606D Cabaret

📋 copy color: '#CA606D'

red 202 ◦ green 96 ◦ blue 109

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

Shades of Cabaret #CA606D

Tints of Cabaret #CA606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.78%

R = 49.63%
G = 23.59%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#CA606D (or 0xCA606D) is known color: Cabaret. HEX triplet: CA, 60 and 6D. RGB value is (202,96,109). Sum of RGB (Red+Green+Blue) = 202+96+109=407 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.63% from 407); Green value is 96 (37.89% from 255 or 23.59% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 202 - color contains mainly: red. Hex color #CA606D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA606D is #359F92. Grayscale: #818181. Windows color (decimal): -3514259 or 7168202. OLE color: 7168202.

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

Color convert

RGB 202 96 109 -
CMYK 0 0.52 0.46 0.21
HSL 352.64º 0.5% 0.58% -
HSV(B) 352.64º 0.52% 0.79% -
XYZ 31.3 22.03 17.07 -
YUV 129.18 116.62 179.94 -
System Red Green Blue C M Y K H S L
Decimal 202 96 109 0 0.52 0.46 0.21 352.64 0.5 0.58
Hex CA 60 6D 0 34 2E 15 161 32 3A
Octal 312 140 155 0 64 56 25 541 62 72
Binary 11001010 1100000 1101101 0 110100 101110 10101 101100001 110010 111010

Color Harmonies of #CA606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA606D

Black with #CA606D

Text Example


Text Example

White with #CA606D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA606D; }

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

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

background-color css

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

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

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

border-color css

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

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

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