Html Css Color HEX #CF824E Raw Sienna

📋 copy color: '#CF824E'

red 207 ◦ green 130 ◦ blue 78

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

Shades of Raw Sienna #CF824E

Tints of Raw Sienna #CF824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.33%

 BLUE value IS 78 (30.86% from 255) = 18.8%

R = 49.88%
G = 31.33%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF824E (or 0xCF824E) is known color: Raw Sienna. HEX triplet: CF, 82 and 4E. RGB value is (207,130,78). Sum of RGB (Red+Green+Blue) = 207+130+78=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 78 (30.86% from 255 or 18.80% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF824E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF824E is #307DB1. Grayscale: #939393. Windows color (decimal): -3177906 or 5145295. OLE color: 5145295.

HSL color Cylindrical-coordinate representation of color #CF824E: hue angle of 24.19º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CF824E is Cyan = 0, Magento = 0.37, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 130 78 -
CMYK 0 0.37 0.62 0.19
HSL 24.19º 0.57% 0.56% -
HSV(B) 24.19º 0.62% 0.81% -
XYZ 35.09 29.78 11.11 -
YUV 147.1 89.01 170.73 -
System Red Green Blue C M Y K H S L
Decimal 207 130 78 0 0.37 0.62 0.19 24.19 0.57 0.56
Hex CF 82 4E 0 25 3E 13 18 39 38
Octal 317 202 116 0 45 76 23 30 71 70
Binary 11001111 10000010 1001110 0 100101 111110 10011 11000 111001 111000

Color Harmonies of #CF824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF824E

Black with #CF824E

Text Example


Text Example

White with #CF824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF824E; }

 p { color: rgb(207,130,78); }

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

background-color css

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

 a { background-color: rgb(207,130,78); }

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

border-color css

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

 span { border-color: rgb(207,130,78); }

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