Html Css Color HEX #CF476D Cabaret

📋 copy color: '#CF476D'

red 207 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #CF476D

Tints of Cabaret #CF476D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

 BLUE value IS 109 (42.97% from 255) = 28.17%

R = 53.49%
G = 18.35%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CF476D (or 0xCF476D) is known color: Cabaret. HEX triplet: CF, 47 and 6D. RGB value is (207,71,109). Sum of RGB (Red+Green+Blue) = 207+71+109=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF476D is #30B892. Grayscale: #737373. Windows color (decimal): -3192979 or 7161807. OLE color: 7161807.

HSL color Cylindrical-coordinate representation of color #CF476D: hue angle of 343.24º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF476D is Cyan = 0, Magento = 0.66, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 109 -
CMYK 0 0.66 0.47 0.19
HSL 343.24º 0.59% 0.55% -
HSV(B) 343.24º 0.66% 0.81% -
XYZ 30.75 18.88 16.49 -
YUV 116 124.06 192.91 -
System Red Green Blue C M Y K H S L
Decimal 207 71 109 0 0.66 0.47 0.19 343.24 0.59 0.55
Hex CF 47 6D 0 42 2F 13 157 3B 37
Octal 317 107 155 0 102 57 23 527 73 67
Binary 11001111 1000111 1101101 0 1000010 101111 10011 101010111 111011 110111

Color Harmonies of #CF476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF476D

Black with #CF476D

Text Example


Text Example

White with #CF476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF476D; }

 p { color: rgb(207,71,109); }

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

background-color css

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

 a { background-color: rgb(207,71,109); }

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

border-color css

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

 span { border-color: rgb(207,71,109); }

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