Html Css Color HEX #CD676C Cabaret

📋 copy color: '#CD676C'

red 205 ◦ green 103 ◦ blue 108

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

Shades of Cabaret #CD676C

Tints of Cabaret #CD676C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.76%

 BLUE value IS 108 (42.58% from 255) = 25.96%

R = 49.28%
G = 24.76%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD676C (or 0xCD676C) is known color: Cabaret. HEX triplet: CD, 67 and 6C. RGB value is (205,103,108). Sum of RGB (Red+Green+Blue) = 205+103+108=416 (55% of max value = 765). Red value is 205 (80.47% from 255 or 49.28% from 416); Green value is 103 (40.62% from 255 or 24.76% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 205 - color contains mainly: red. Hex color #CD676C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD676C is #329893. Grayscale: #868686. Windows color (decimal): -3315860 or 7104461. OLE color: 7104461.

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

Color convert

RGB 205 103 108 -
CMYK 0 0.50 0.47 0.20
HSL 357.06º 0.5% 0.6% -
HSV(B) 357.06º 0.5% 0.8% -
XYZ 32.73 23.76 17.05 -
YUV 134.07 113.29 178.59 -
System Red Green Blue C M Y K H S L
Decimal 205 103 108 0 0.50 0.47 0.20 357.06 0.5 0.6
Hex CD 67 6C 0 32 2F 14 165 32 3C
Octal 315 147 154 0 62 57 24 545 62 74
Binary 11001101 1100111 1101100 0 110010 101111 10100 101100101 110010 111100

Color Harmonies of #CD676C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD676C

Black with #CD676C

Text Example


Text Example

White with #CD676C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD676C; }

 p { color: rgb(205,103,108); }

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

background-color css

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

 a { background-color: rgb(205,103,108); }

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

border-color css

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

 span { border-color: rgb(205,103,108); }

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