Html Css Color HEX #CD6377 Cabaret

📋 copy color: '#CD6377'

red 205 ◦ green 99 ◦ blue 119

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

Shades of Cabaret #CD6377

Tints of Cabaret #CD6377

RGB

 RED value IS 205 (80.47% from 255) = 48.46%

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

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 48.46%
G = 23.4%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD6377 (or 0xCD6377) is known color: Cabaret. HEX triplet: CD, 63 and 77. RGB value is (205,99,119). Sum of RGB (Red+Green+Blue) = 205+99+119=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 99 (39.06% from 255 or 23.40% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6377 is #329C88. Grayscale: #858585. Windows color (decimal): -3316873 or 7824333. OLE color: 7824333.

HSL color Cylindrical-coordinate representation of color #CD6377: hue angle of 348.68º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD6377 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 99 119 -
CMYK 0 0.52 0.42 0.20
HSL 348.68º 0.51% 0.6% -
HSV(B) 348.68º 0.52% 0.8% -
XYZ 32.97 23.23 20.2 -
YUV 132.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 205 99 119 0 0.52 0.42 0.20 348.68 0.51 0.6
Hex CD 63 77 0 34 2A 14 15D 33 3C
Octal 315 143 167 0 64 52 24 535 63 74
Binary 11001101 1100011 1110111 0 110100 101010 10100 101011101 110011 111100

Color Harmonies of #CD6377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6377

Black with #CD6377

Text Example


Text Example

White with #CD6377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6377; }

 p { color: rgb(205,99,119); }

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

background-color css

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

 a { background-color: rgb(205,99,119); }

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

border-color css

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

 span { border-color: rgb(205,99,119); }

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