Html Css Color HEX #CF7F4E Raw Sienna

📋 copy color: '#CF7F4E'

red 207 ◦ green 127 ◦ blue 78

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

Shades of Raw Sienna #CF7F4E

Tints of Raw Sienna #CF7F4E

RGB

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

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

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

R = 50.24%
G = 30.83%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CF7F4E (or 0xCF7F4E) is known color: Raw Sienna. HEX triplet: CF, 7F and 4E. RGB value is (207,127,78). Sum of RGB (Red+Green+Blue) = 207+127+78=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 127 (50% from 255 or 30.83% from 412); Blue value is 78 (30.86% from 255 or 18.93% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F4E is #3080B1. Grayscale: #919191. Windows color (decimal): -3178674 or 5144527. OLE color: 5144527.

HSL color Cylindrical-coordinate representation of color #CF7F4E: hue angle of 22.79º 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 #CF7F4E is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 127 78 -
CMYK 0 0.39 0.62 0.19
HSL 22.79º 0.57% 0.56% -
HSV(B) 22.79º 0.62% 0.81% -
XYZ 34.7 28.99 10.98 -
YUV 145.33 90 171.98 -
System Red Green Blue C M Y K H S L
Decimal 207 127 78 0 0.39 0.62 0.19 22.79 0.57 0.56
Hex CF 7F 4E 0 27 3E 13 17 39 38
Octal 317 177 116 0 47 76 23 27 71 70
Binary 11001111 1111111 1001110 0 100111 111110 10011 10111 111001 111000

Color Harmonies of #CF7F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F4E

Black with #CF7F4E

Text Example


Text Example

White with #CF7F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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