Html Css Color HEX #CD4462 Cabaret

📋 copy color: '#CD4462'

red 205 ◦ green 68 ◦ blue 98

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

Shades of Cabaret #CD4462

Tints of Cabaret #CD4462

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.33%

 BLUE value IS 98 (38.67% from 255) = 26.42%

R = 55.26%
G = 18.33%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CD4462 (or 0xCD4462) is known color: Cabaret. HEX triplet: CD, 44 and 62. RGB value is (205,68,98). Sum of RGB (Red+Green+Blue) = 205+68+98=371 (49% of max value = 765). Red value is 205 (80.47% from 255 or 55.26% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4462 is #32BB9D. Grayscale: #707070. Windows color (decimal): -3324830 or 6440141. OLE color: 6440141.

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

Color convert

RGB 205 68 98 -
CMYK 0 0.67 0.52 0.20
HSL 346.86º 0.58% 0.54% -
HSV(B) 346.86º 0.67% 0.8% -
XYZ 29.45 18 13.48 -
YUV 112.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 205 68 98 0 0.67 0.52 0.20 346.86 0.58 0.54
Hex CD 44 62 0 43 34 14 15B 3A 36
Octal 315 104 142 0 103 64 24 533 72 66
Binary 11001101 1000100 1100010 0 1000011 110100 10100 101011011 111010 110110

Color Harmonies of #CD4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4462

Black with #CD4462

Text Example


Text Example

White with #CD4462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4462; }

 p { color: rgb(205,68,98); }

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

background-color css

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

 a { background-color: rgb(205,68,98); }

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

border-color css

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

 span { border-color: rgb(205,68,98); }

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