Html Css Color HEX #CF5F6A Cabaret

📋 copy color: '#CF5F6A'

red 207 ◦ green 95 ◦ blue 106

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

Shades of Cabaret #CF5F6A

Tints of Cabaret #CF5F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.28%

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

R = 50.74%
G = 23.28%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.19

RGB Variations

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

Color information

#CF5F6A (or 0xCF5F6A) is known color: Cabaret. HEX triplet: CF, 5F and 6A. RGB value is (207,95,106). Sum of RGB (Red+Green+Blue) = 207+95+106=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5F6A is #30A095. Grayscale: #818181. Windows color (decimal): -3186838 or 6971343. OLE color: 6971343.

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

Color convert

RGB 207 95 106 -
CMYK 0 0.54 0.49 0.19
HSL 354.11º 0.54% 0.59% -
HSV(B) 354.11º 0.54% 0.81% -
XYZ 32.43 22.49 16.27 -
YUV 129.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 207 95 106 0 0.54 0.49 0.19 354.11 0.54 0.59
Hex CF 5F 6A 0 36 31 13 162 36 3B
Octal 317 137 152 0 66 61 23 542 66 73
Binary 11001111 1011111 1101010 0 110110 110001 10011 101100010 110110 111011

Color Harmonies of #CF5F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5F6A

Black with #CF5F6A

Text Example


Text Example

White with #CF5F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5F6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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