Html Css Color HEX #CF6763 Roman

📋 copy color: '#CF6763'

red 207 ◦ green 103 ◦ blue 99

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

Shades of Roman #CF6763

Tints of Roman #CF6763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.21%

R = 50.61%
G = 25.18%
B = 24.21%

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

#CF6763 (or 0xCF6763) is known color: Roman. HEX triplet: CF, 67 and 63. RGB value is (207,103,99). Sum of RGB (Red+Green+Blue) = 207+103+99=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 103 (40.62% from 255 or 25.18% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6763 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF6763 is #30989C. Grayscale: #858585. Windows color (decimal): -3184797 or 6514639. OLE color: 6514639.

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

Color convert

RGB 207 103 99 -
CMYK 0 0.50 0.52 0.19
HSL 2.22º 0.53% 0.6% -
HSV(B) 2.22º 0.52% 0.81% -
XYZ 32.83 23.87 14.68 -
YUV 133.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 207 103 99 0 0.50 0.52 0.19 2.22 0.53 0.6
Hex CF 67 63 0 32 34 13 2 35 3C
Octal 317 147 143 0 62 64 23 2 65 74
Binary 11001111 1100111 1100011 0 110010 110100 10011 10 110101 111100

Color Harmonies of #CF6763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6763

Black with #CF6763

Text Example


Text Example

White with #CF6763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6763; }

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

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

background-color css

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

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

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

border-color css

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

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

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