Html Css Color HEX #CF804C Raw Sienna

📋 copy color: '#CF804C'

red 207 ◦ green 128 ◦ blue 76

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

Shades of Raw Sienna #CF804C

Tints of Raw Sienna #CF804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.14%

 BLUE value IS 76 (30.08% from 255) = 18.49%

R = 50.36%
G = 31.14%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF804C (or 0xCF804C) is known color: Raw Sienna. HEX triplet: CF, 80 and 4C. RGB value is (207,128,76). Sum of RGB (Red+Green+Blue) = 207+128+76=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF804C is #307FB3. Grayscale: #919191. Windows color (decimal): -3178420 or 5013711. OLE color: 5013711.

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

Color convert

RGB 207 128 76 -
CMYK 0 0.38 0.63 0.19
HSL 23.82º 0.58% 0.55% -
HSV(B) 23.82º 0.63% 0.81% -
XYZ 34.76 29.23 10.65 -
YUV 145.69 88.67 171.73 -
System Red Green Blue C M Y K H S L
Decimal 207 128 76 0 0.38 0.63 0.19 23.82 0.58 0.55
Hex CF 80 4C 0 26 3F 13 18 3A 37
Octal 317 200 114 0 46 77 23 30 72 67
Binary 11001111 10000000 1001100 0 100110 111111 10011 11000 111010 110111

Color Harmonies of #CF804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF804C

Black with #CF804C

Text Example


Text Example

White with #CF804C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF804C; }

 p { color: rgb(207,128,76); }

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

background-color css

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

 a { background-color: rgb(207,128,76); }

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

border-color css

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

 span { border-color: rgb(207,128,76); }

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