Html Css Color HEX #CF7D54 Raw Sienna

📋 copy color: '#CF7D54'

red 207 ◦ green 125 ◦ blue 84

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

Shades of Raw Sienna #CF7D54

Tints of Raw Sienna #CF7D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.05%

 BLUE value IS 84 (33.2% from 255) = 20.19%

R = 49.76%
G = 30.05%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF7D54 (or 0xCF7D54) is known color: Raw Sienna. HEX triplet: CF, 7D and 54. RGB value is (207,125,84). Sum of RGB (Red+Green+Blue) = 207+125+84=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 84 (33.20% from 255 or 20.19% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7D54 is #3082AB. Grayscale: #919191. Windows color (decimal): -3179180 or 5537231. OLE color: 5537231.

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

Color convert

RGB 207 125 84 -
CMYK 0 0.40 0.59 0.19
HSL 20º 0.56% 0.57% -
HSV(B) 20º 0.59% 0.81% -
XYZ 34.67 28.57 12.08 -
YUV 144.84 93.67 172.33 -
System Red Green Blue C M Y K H S L
Decimal 207 125 84 0 0.40 0.59 0.19 20 0.56 0.57
Hex CF 7D 54 0 28 3B 13 14 38 39
Octal 317 175 124 0 50 73 23 24 70 71
Binary 11001111 1111101 1010100 0 101000 111011 10011 10100 111000 111001

Color Harmonies of #CF7D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7D54

Black with #CF7D54

Text Example


Text Example

White with #CF7D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7D54; }

 p { color: rgb(207,125,84); }

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

background-color css

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

 a { background-color: rgb(207,125,84); }

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

border-color css

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

 span { border-color: rgb(207,125,84); }

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