Html Css Color HEX #C83F64 Cabaret

📋 copy color: '#C83F64'

red 200 ◦ green 63 ◦ blue 100

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

Shades of Cabaret #C83F64

Tints of Cabaret #C83F64

RGB

 RED value IS 200 (78.52% from 255) = 55.1%

 GREEN value IS 63 (25% from 255) = 17.36%

 BLUE value IS 100 (39.45% from 255) = 27.55%

R = 55.1%
G = 17.36%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C83F64 (or 0xC83F64) is known color: Cabaret. HEX triplet: C8, 3F and 64. RGB value is (200,63,100). Sum of RGB (Red+Green+Blue) = 200+63+100=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83F64 is #37C09B. Grayscale: #6C6C6C. Windows color (decimal): -3653788 or 6569928. OLE color: 6569928.

HSL color Cylindrical-coordinate representation of color #C83F64: hue angle of 343.8º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F64 is Cyan = 0, Magento = 0.68, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 63 100 -
CMYK 0 0.68 0.5 0.22
HSL 343.8º 0.55% 0.52% -
HSV(B) 343.8º 0.69% 0.78% -
XYZ 27.9 16.75 13.82 -
YUV 108.18 123.39 193.49 -
System Red Green Blue C M Y K H S L
Decimal 200 63 100 0 0.68 0.5 0.22 343.8 0.55 0.52
Hex C8 3F 64 0 44 32 16 158 37 34
Octal 310 77 144 0 104 62 26 530 67 64
Binary 11001000 111111 1100100 0 1000100 110010 10110 101011000 110111 110100

Color Harmonies of #C83F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C83F64

Black with #C83F64

Text Example


Text Example

White with #C83F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C83F64; }

 p { color: rgb(200,63,100); }

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

background-color css

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

 a { background-color: rgb(200,63,100); }

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

border-color css

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

 span { border-color: rgb(200,63,100); }

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