Html Css Color HEX #CF763F Raw Sienna

📋 copy color: '#CF763F'

red 207 ◦ green 118 ◦ blue 63

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

Shades of Raw Sienna #CF763F

Tints of Raw Sienna #CF763F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.24%

R = 53.35%
G = 30.41%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF763F (or 0xCF763F) is known color: Raw Sienna. HEX triplet: CF, 76 and 3F. RGB value is (207,118,63). Sum of RGB (Red+Green+Blue) = 207+118+63=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF763F is #3089C0. Grayscale: #8A8A8A. Windows color (decimal): -3180993 or 4159183. OLE color: 4159183.

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

Color convert

RGB 207 118 63 -
CMYK 0 0.43 0.70 0.19
HSL 22.92º 0.6% 0.53% -
HSV(B) 22.92º 0.7% 0.81% -
XYZ 33.11 26.58 8.09 -
YUV 138.34 85.49 176.97 -
System Red Green Blue C M Y K H S L
Decimal 207 118 63 0 0.43 0.70 0.19 22.92 0.6 0.53
Hex CF 76 3F 0 2B 46 13 17 3C 35
Octal 317 166 77 0 53 106 23 27 74 65
Binary 11001111 1110110 111111 0 101011 1000110 10011 10111 111100 110101

Color Harmonies of #CF763F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF763F

Black with #CF763F

Text Example


Text Example

White with #CF763F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF763F; }

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

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

background-color css

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

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

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

border-color css

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

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

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