Html Css Color HEX #CF6764 Roman

📋 copy color: '#CF6764'

red 207 ◦ green 103 ◦ blue 100

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

Shades of Roman #CF6764

Tints of Roman #CF6764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.39%

R = 50.49%
G = 25.12%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CF6764 (or 0xCF6764) is known color: Roman. HEX triplet: CF, 67 and 64. RGB value is (207,103,100). Sum of RGB (Red+Green+Blue) = 207+103+100=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 103 (40.62% from 255 or 25.12% from 410); Blue value is 100 (39.45% from 255 or 24.39% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6764 is #30989B. Grayscale: #858585. Windows color (decimal): -3184796 or 6580175. OLE color: 6580175.

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

Color convert

RGB 207 103 100 -
CMYK 0 0.50 0.52 0.19
HSL 1.68º 0.53% 0.6% -
HSV(B) 1.68º 0.52% 0.81% -
XYZ 32.88 23.89 14.93 -
YUV 133.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 207 103 100 0 0.50 0.52 0.19 1.68 0.53 0.6
Hex CF 67 64 0 32 34 13 2 35 3C
Octal 317 147 144 0 62 64 23 2 65 74
Binary 11001111 1100111 1100100 0 110010 110100 10011 10 110101 111100

Color Harmonies of #CF6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6764

Black with #CF6764

Text Example


Text Example

White with #CF6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6764; }

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

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

background-color css

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

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

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

border-color css

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

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

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