Html Css Color HEX #CF6960 Roman

📋 copy color: '#CF6960'

red 207 ◦ green 105 ◦ blue 96

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

Shades of Roman #CF6960

Tints of Roman #CF6960

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.74%

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 50.74%
G = 25.74%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF6960 (or 0xCF6960) is known color: Roman. HEX triplet: CF, 69 and 60. RGB value is (207,105,96). Sum of RGB (Red+Green+Blue) = 207+105+96=408 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.74% from 408); Green value is 105 (41.41% from 255 or 25.74% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6960 is #30969F. Grayscale: #868686. Windows color (decimal): -3184288 or 6318543. OLE color: 6318543.

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

Color convert

RGB 207 105 96 -
CMYK 0 0.49 0.54 0.19
HSL 4.86º 0.54% 0.59% -
HSV(B) 4.86º 0.54% 0.81% -
XYZ 32.9 24.21 14.01 -
YUV 134.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 207 105 96 0 0.49 0.54 0.19 4.86 0.54 0.59
Hex CF 69 60 0 31 36 13 5 36 3B
Octal 317 151 140 0 61 66 23 5 66 73
Binary 11001111 1101001 1100000 0 110001 110110 10011 101 110110 111011

Color Harmonies of #CF6960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6960

Black with #CF6960

Text Example


Text Example

White with #CF6960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6960; }

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

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

background-color css

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

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

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

border-color css

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

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

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