#CF675D

Color #CF675D Roman (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roman #CF675D

Tints of Roman #CF675D

Color information

#CF675D (or 0xCF675D) is unknown color: approx Roman. HEX triplet: CF, 67 and 5D. RGB value is (207,103,93). Sum of RGB (Red+Green+Blue) = 207+103+93=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 93 (36.72% from 255 or 23.08% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF675D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF675D is #3098A2. Grayscale: #858585. Windows color (decimal): -3184803 or 6121423. OLE color: 6121423.

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

Color convert

RGB20710393-
CMYK00.500.550.19
HSL5.26º54.29%58.82%-
HSV(B)5.26º55.07%81.18%-
XYZ32.5623.7613.23-
YUV132.96105.46180.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.36%
GREEN value IS 103 (40.62% from 255) = 25.56%
BLUE value IS 93 (36.72% from 255) = 23.08%
R=51.36%
G=25.56%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071039300.500.550.195.2654.2958.82
HexCF675D03237135363b
Octal317147135062672356673
Binary1100111111001111011101011001011011110011101110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF675D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF675D; }

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

 H1.HeaderClassName
 {
   color: #CF675D;
 }
 .AnyTagClassName
 {
   color: #CF675D;
 }
</style>
background-color css

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

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

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

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

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

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