Html Css Color HEX #C94062 Cabaret

📋 copy color: '#C94062'

red 201 ◦ green 64 ◦ blue 98

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

Shades of Cabaret #C94062

Tints of Cabaret #C94062

RGB

 RED value IS 201 (78.91% from 255) = 55.37%

 GREEN value IS 64 (25.39% from 255) = 17.63%

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

R = 55.37%
G = 17.63%
B = 27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#C94062 (or 0xC94062) is known color: Cabaret. HEX triplet: C9, 40 and 62. RGB value is (201,64,98). Sum of RGB (Red+Green+Blue) = 201+64+98=363 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.37% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 201 - color contains mainly: red. Hex color #C94062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94062 is #36BF9D. Grayscale: #6C6C6C. Windows color (decimal): -3587998 or 6439113. OLE color: 6439113.

HSL color Cylindrical-coordinate representation of color #C94062: hue angle of 345.11º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C94062 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 64 98 -
CMYK 0 0.68 0.51 0.21
HSL 345.11º 0.56% 0.52% -
HSV(B) 345.11º 0.68% 0.79% -
XYZ 28.13 16.97 13.35 -
YUV 108.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 201 64 98 0 0.68 0.51 0.21 345.11 0.56 0.52
Hex C9 40 62 0 44 33 15 159 38 34
Octal 311 100 142 0 104 63 25 531 70 64
Binary 11001001 1000000 1100010 0 1000100 110011 10101 101011001 111000 110100

Color Harmonies of #C94062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94062

Black with #C94062

Text Example


Text Example

White with #C94062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94062; }

 p { color: rgb(201,64,98); }

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

background-color css

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

 a { background-color: rgb(201,64,98); }

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

border-color css

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

 span { border-color: rgb(201,64,98); }

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