Html Css Color HEX #CF476A Cabaret

📋 copy color: '#CF476A'

red 207 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #CF476A

Tints of Cabaret #CF476A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 53.91%
G = 18.49%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF476A (or 0xCF476A) is known color: Cabaret. HEX triplet: CF, 47 and 6A. RGB value is (207,71,106). Sum of RGB (Red+Green+Blue) = 207+71+106=384 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.91% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 207 - color contains mainly: red. Hex color #CF476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF476A is #30B895. Grayscale: #737373. Windows color (decimal): -3192982 or 6965199. OLE color: 6965199.

HSL color Cylindrical-coordinate representation of color #CF476A: hue angle of 344.56º 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 #CF476A is Cyan = 0, Magento = 0.66, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 71 106 -
CMYK 0 0.66 0.49 0.19
HSL 344.56º 0.59% 0.55% -
HSV(B) 344.56º 0.66% 0.81% -
XYZ 30.59 18.81 15.65 -
YUV 115.65 122.56 193.15 -
System Red Green Blue C M Y K H S L
Decimal 207 71 106 0 0.66 0.49 0.19 344.56 0.59 0.55
Hex CF 47 6A 0 42 31 13 159 3B 37
Octal 317 107 152 0 102 61 23 531 73 67
Binary 11001111 1000111 1101010 0 1000010 110001 10011 101011001 111011 110111

Color Harmonies of #CF476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF476A

Black with #CF476A

Text Example


Text Example

White with #CF476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF476A; }

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

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

background-color css

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

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

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

border-color css

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

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

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