Html Css Color HEX #CF8252 Raw Sienna

📋 copy color: '#CF8252'

red 207 ◦ green 130 ◦ blue 82

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

Shades of Raw Sienna #CF8252

Tints of Raw Sienna #CF8252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.57%

R = 49.4%
G = 31.03%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8252 (or 0xCF8252) is known color: Raw Sienna. HEX triplet: CF, 82 and 52. RGB value is (207,130,82). Sum of RGB (Red+Green+Blue) = 207+130+82=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 82 (32.42% from 255 or 19.57% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8252 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8252 is #307DAD. Grayscale: #939393. Windows color (decimal): -3177902 or 5407439. OLE color: 5407439.

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

Color convert

RGB 207 130 82 -
CMYK 0 0.37 0.60 0.19
HSL 23.04º 0.57% 0.57% -
HSV(B) 23.04º 0.6% 0.81% -
XYZ 35.24 29.84 11.89 -
YUV 147.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 207 130 82 0 0.37 0.60 0.19 23.04 0.57 0.57
Hex CF 82 52 0 25 3C 13 17 39 39
Octal 317 202 122 0 45 74 23 27 71 71
Binary 11001111 10000010 1010010 0 100101 111100 10011 10111 111001 111001

Color Harmonies of #CF8252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8252

Black with #CF8252

Text Example


Text Example

White with #CF8252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8252; }

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

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

background-color css

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

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

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

border-color css

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

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

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