Html Css Color HEX #CF6073 Cabaret

📋 copy color: '#CF6073'

red 207 ◦ green 96 ◦ blue 115

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

Shades of Cabaret #CF6073

Tints of Cabaret #CF6073

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.97%

 BLUE value IS 115 (45.31% from 255) = 27.51%

R = 49.52%
G = 22.97%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF6073 (or 0xCF6073) is known color: Cabaret. HEX triplet: CF, 60 and 73. RGB value is (207,96,115). Sum of RGB (Red+Green+Blue) = 207+96+115=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 115 (45.31% from 255 or 27.51% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6073 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6073 is #309F8C. Grayscale: #838383. Windows color (decimal): -3186573 or 7561423. OLE color: 7561423.

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

Color convert

RGB 207 96 115 -
CMYK 0 0.54 0.44 0.19
HSL 349.73º 0.54% 0.59% -
HSV(B) 349.73º 0.54% 0.81% -
XYZ 33.01 22.87 18.89 -
YUV 131.36 118.77 181.96 -
System Red Green Blue C M Y K H S L
Decimal 207 96 115 0 0.54 0.44 0.19 349.73 0.54 0.59
Hex CF 60 73 0 36 2C 13 15E 36 3B
Octal 317 140 163 0 66 54 23 536 66 73
Binary 11001111 1100000 1110011 0 110110 101100 10011 101011110 110110 111011

Color Harmonies of #CF6073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6073

Black with #CF6073

Text Example


Text Example

White with #CF6073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6073; }

 p { color: rgb(207,96,115); }

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

background-color css

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

 a { background-color: rgb(207,96,115); }

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

border-color css

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

 span { border-color: rgb(207,96,115); }

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