Html Css Color HEX #CD426C Cabaret

📋 copy color: '#CD426C'

red 205 ◦ green 66 ◦ blue 108

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

Shades of Cabaret #CD426C

Tints of Cabaret #CD426C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

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

R = 54.09%
G = 17.41%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD426C (or 0xCD426C) is known color: Cabaret. HEX triplet: CD, 42 and 6C. RGB value is (205,66,108). Sum of RGB (Red+Green+Blue) = 205+66+108=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD426C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD426C is #32BD93. Grayscale: #707070. Windows color (decimal): -3325332 or 7094989. OLE color: 7094989.

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

Color convert

RGB 205 66 108 -
CMYK 0 0.68 0.47 0.20
HSL 341.87º 0.58% 0.53% -
HSV(B) 341.87º 0.68% 0.8% -
XYZ 29.83 17.96 16.08 -
YUV 112.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 205 66 108 0 0.68 0.47 0.20 341.87 0.58 0.53
Hex CD 42 6C 0 44 2F 14 156 3A 35
Octal 315 102 154 0 104 57 24 526 72 65
Binary 11001101 1000010 1101100 0 1000100 101111 10100 101010110 111010 110101

Color Harmonies of #CD426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD426C

Black with #CD426C

Text Example


Text Example

White with #CD426C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD426C; }

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

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

background-color css

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

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

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

border-color css

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

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

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