Html Css Color HEX #CF7640 Raw Sienna

📋 copy color: '#CF7640'

red 207 ◦ green 118 ◦ blue 64

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

Shades of Raw Sienna #CF7640

Tints of Raw Sienna #CF7640

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.33%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 53.21%
G = 30.33%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#CF7640 (or 0xCF7640) is known color: Raw Sienna. HEX triplet: CF, 76 and 40. RGB value is (207,118,64). Sum of RGB (Red+Green+Blue) = 207+118+64=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7640 is #3089BF. Grayscale: #8A8A8A. Windows color (decimal): -3180992 or 4224719. OLE color: 4224719.

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

Color convert

RGB 207 118 64 -
CMYK 0 0.43 0.69 0.19
HSL 22.66º 0.6% 0.53% -
HSV(B) 22.66º 0.69% 0.81% -
XYZ 33.14 26.59 8.24 -
YUV 138.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 207 118 64 0 0.43 0.69 0.19 22.66 0.6 0.53
Hex CF 76 40 0 2B 45 13 17 3C 35
Octal 317 166 100 0 53 105 23 27 74 65
Binary 11001111 1110110 1000000 0 101011 1000101 10011 10111 111100 110101

Color Harmonies of #CF7640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7640

Black with #CF7640

Text Example


Text Example

White with #CF7640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7640; }

 p { color: rgb(207,118,64); }

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

background-color css

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

 a { background-color: rgb(207,118,64); }

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

border-color css

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

 span { border-color: rgb(207,118,64); }

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