Html Css Color HEX #CF7F52 Raw Sienna

📋 copy color: '#CF7F52'

red 207 ◦ green 127 ◦ blue 82

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

Shades of Raw Sienna #CF7F52

Tints of Raw Sienna #CF7F52

RGB

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

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

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

R = 49.76%
G = 30.53%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF7F52 (or 0xCF7F52) is known color: Raw Sienna. HEX triplet: CF, 7F and 52. RGB value is (207,127,82). Sum of RGB (Red+Green+Blue) = 207+127+82=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 127 (50% from 255 or 30.53% from 416); Blue value is 82 (32.42% from 255 or 19.71% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7F52 is #3080AD. Grayscale: #929292. Windows color (decimal): -3178670 or 5406671. OLE color: 5406671.

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

Color convert

RGB 207 127 82 -
CMYK 0 0.39 0.60 0.19
HSL 21.6º 0.57% 0.57% -
HSV(B) 21.6º 0.6% 0.81% -
XYZ 34.84 29.05 11.75 -
YUV 145.79 92 171.66 -
System Red Green Blue C M Y K H S L
Decimal 207 127 82 0 0.39 0.60 0.19 21.6 0.57 0.57
Hex CF 7F 52 0 27 3C 13 16 39 39
Octal 317 177 122 0 47 74 23 26 71 71
Binary 11001111 1111111 1010010 0 100111 111100 10011 10110 111001 111001

Color Harmonies of #CF7F52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7F52

Black with #CF7F52

Text Example


Text Example

White with #CF7F52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7F52; }

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

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

background-color css

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

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

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

border-color css

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

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

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