Html Css Color HEX #CF6761 Roman

📋 copy color: '#CF6761'

red 207 ◦ green 103 ◦ blue 97

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

Shades of Roman #CF6761

Tints of Roman #CF6761

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.31%

 BLUE value IS 97 (38.28% from 255) = 23.83%

R = 50.86%
G = 25.31%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF6761 (or 0xCF6761) is known color: Roman. HEX triplet: CF, 67 and 61. RGB value is (207,103,97). Sum of RGB (Red+Green+Blue) = 207+103+97=407 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.86% from 407); Green value is 103 (40.62% from 255 or 25.31% from 407); Blue value is 97 (38.28% from 255 or 23.83% from 407); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6761 is #30989E. Grayscale: #858585. Windows color (decimal): -3184799 or 6383567. OLE color: 6383567.

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

Color convert

RGB 207 103 97 -
CMYK 0 0.50 0.53 0.19
HSL 3.27º 0.53% 0.6% -
HSV(B) 3.27º 0.53% 0.81% -
XYZ 32.74 23.83 14.18 -
YUV 133.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 207 103 97 0 0.50 0.53 0.19 3.27 0.53 0.6
Hex CF 67 61 0 32 35 13 3 35 3C
Octal 317 147 141 0 62 65 23 3 65 74
Binary 11001111 1100111 1100001 0 110010 110101 10011 11 110101 111100

Color Harmonies of #CF6761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6761

Black with #CF6761

Text Example


Text Example

White with #CF6761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6761; }

 p { color: rgb(207,103,97); }

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

background-color css

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

 a { background-color: rgb(207,103,97); }

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

border-color css

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

 span { border-color: rgb(207,103,97); }

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