Html Css Color HEX #CF5375 Cabaret

📋 copy color: '#CF5375'

red 207 ◦ green 83 ◦ blue 117

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

Shades of Cabaret #CF5375

Tints of Cabaret #CF5375

RGB

 RED value IS 207 (81.25% from 255) = 50.86%

 GREEN value IS 83 (32.81% from 255) = 20.39%

 BLUE value IS 117 (46.09% from 255) = 28.75%

R = 50.86%
G = 20.39%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF5375 (or 0xCF5375) is known color: Cabaret. HEX triplet: CF, 53 and 75. RGB value is (207,83,117). Sum of RGB (Red+Green+Blue) = 207+83+117=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 117 (46.09% from 255 or 28.75% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5375 is #30AC8A. Grayscale: #7B7B7B. Windows color (decimal): -3189899 or 7689167. OLE color: 7689167.

HSL color Cylindrical-coordinate representation of color #CF5375: hue angle of 343.55º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CF5375 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 83 117 -
CMYK 0 0.60 0.43 0.19
HSL 343.55º 0.56% 0.57% -
HSV(B) 343.55º 0.6% 0.81% -
XYZ 32.04 20.74 19.14 -
YUV 123.95 124.08 187.24 -
System Red Green Blue C M Y K H S L
Decimal 207 83 117 0 0.60 0.43 0.19 343.55 0.56 0.57
Hex CF 53 75 0 3C 2B 13 158 38 39
Octal 317 123 165 0 74 53 23 530 70 71
Binary 11001111 1010011 1110101 0 111100 101011 10011 101011000 111000 111001

Color Harmonies of #CF5375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5375

Black with #CF5375

Text Example


Text Example

White with #CF5375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5375; }

 p { color: rgb(207,83,117); }

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

background-color css

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

 a { background-color: rgb(207,83,117); }

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

border-color css

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

 span { border-color: rgb(207,83,117); }

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