Html Css Color HEX #CF7F45 Raw Sienna

📋 copy color: '#CF7F45'

red 207 ◦ green 127 ◦ blue 69

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

Shades of Raw Sienna #CF7F45

Tints of Raw Sienna #CF7F45

RGB

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

 GREEN value IS 127 (50% from 255) = 31.51%

 BLUE value IS 69 (27.34% from 255) = 17.12%

R = 51.36%
G = 31.51%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#CF7F45 (or 0xCF7F45) is known color: Raw Sienna. HEX triplet: CF, 7F and 45. RGB value is (207,127,69). Sum of RGB (Red+Green+Blue) = 207+127+69=403 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.36% from 403); Green value is 127 (50% from 255 or 31.51% from 403); Blue value is 69 (27.34% from 255 or 17.12% from 403); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7F45 is #3080BA. Grayscale: #909090. Windows color (decimal): -3178683 or 4554703. OLE color: 4554703.

HSL color Cylindrical-coordinate representation of color #CF7F45: hue angle of 25.22º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF7F45 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 69 -
CMYK 0 0.39 0.67 0.19
HSL 25.22º 0.59% 0.54% -
HSV(B) 25.22º 0.67% 0.81% -
XYZ 34.4 28.87 9.39 -
YUV 144.31 85.5 172.72 -
System Red Green Blue C M Y K H S L
Decimal 207 127 69 0 0.39 0.67 0.19 25.22 0.59 0.54
Hex CF 7F 45 0 27 43 13 19 3B 36
Octal 317 177 105 0 47 103 23 31 73 66
Binary 11001111 1111111 1000101 0 100111 1000011 10011 11001 111011 110110

Color Harmonies of #CF7F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F45

Black with #CF7F45

Text Example


Text Example

White with #CF7F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F45; }

 p { color: rgb(207,127,69); }

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

background-color css

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

 a { background-color: rgb(207,127,69); }

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

border-color css

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

 span { border-color: rgb(207,127,69); }

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