Html Css Color HEX #CF8450 Raw Sienna

📋 copy color: '#CF8450'

red 207 ◦ green 132 ◦ blue 80

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

Shades of Raw Sienna #CF8450

Tints of Raw Sienna #CF8450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.5%

 BLUE value IS 80 (31.64% from 255) = 19.09%

R = 49.4%
G = 31.5%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF8450 (or 0xCF8450) is known color: Raw Sienna. HEX triplet: CF, 84 and 50. RGB value is (207,132,80). Sum of RGB (Red+Green+Blue) = 207+132+80=419 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.40% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 80 (31.64% from 255 or 19.09% from 419); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8450 is #307BAF. Grayscale: #949494. Windows color (decimal): -3177392 or 5276879. OLE color: 5276879.

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

Color convert

RGB 207 132 80 -
CMYK 0 0.36 0.61 0.19
HSL 24.57º 0.57% 0.56% -
HSV(B) 24.57º 0.61% 0.81% -
XYZ 35.43 30.35 11.58 -
YUV 148.5 89.35 169.73 -
System Red Green Blue C M Y K H S L
Decimal 207 132 80 0 0.36 0.61 0.19 24.57 0.57 0.56
Hex CF 84 50 0 24 3D 13 19 39 38
Octal 317 204 120 0 44 75 23 31 71 70
Binary 11001111 10000100 1010000 0 100100 111101 10011 11001 111001 111000

Color Harmonies of #CF8450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8450

Black with #CF8450

Text Example


Text Example

White with #CF8450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8450; }

 p { color: rgb(207,132,80); }

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

background-color css

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

 a { background-color: rgb(207,132,80); }

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

border-color css

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

 span { border-color: rgb(207,132,80); }

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