Html Css Color HEX #CD426A Cabaret

📋 copy color: '#CD426A'

red 205 ◦ green 66 ◦ blue 106

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

Shades of Cabaret #CD426A

Tints of Cabaret #CD426A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.12%

R = 54.38%
G = 17.51%
B = 28.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD426A (or 0xCD426A) is known color: Cabaret. HEX triplet: CD, 42 and 6A. RGB value is (205,66,106). Sum of RGB (Red+Green+Blue) = 205+66+106=377 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.38% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 205 - color contains mainly: red. Hex color #CD426A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD426A is #32BD95. Grayscale: #707070. Windows color (decimal): -3325334 or 6963917. OLE color: 6963917.

HSL color Cylindrical-coordinate representation of color #CD426A: hue angle of 342.73º 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 #CD426A is Cyan = 0, Magento = 0.68, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 106 -
CMYK 0 0.68 0.48 0.20
HSL 342.73º 0.58% 0.53% -
HSV(B) 342.73º 0.68% 0.8% -
XYZ 29.73 17.92 15.53 -
YUV 112.12 124.55 194.25 -
System Red Green Blue C M Y K H S L
Decimal 205 66 106 0 0.68 0.48 0.20 342.73 0.58 0.53
Hex CD 42 6A 0 44 30 14 157 3A 35
Octal 315 102 152 0 104 60 24 527 72 65
Binary 11001101 1000010 1101010 0 1000100 110000 10100 101010111 111010 110101

Color Harmonies of #CD426A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD426A

Black with #CD426A

Text Example


Text Example

White with #CD426A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD426A; }

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

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

background-color css

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

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

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

border-color css

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

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

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