Html Css Color HEX #CF8152 Raw Sienna

📋 copy color: '#CF8152'

red 207 ◦ green 129 ◦ blue 82

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

Shades of Raw Sienna #CF8152

Tints of Raw Sienna #CF8152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

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

R = 49.52%
G = 30.86%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8152 (or 0xCF8152) is known color: Raw Sienna. HEX triplet: CF, 81 and 52. RGB value is (207,129,82). Sum of RGB (Red+Green+Blue) = 207+129+82=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 82 (32.42% from 255 or 19.62% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8152 is #307EAD. Grayscale: #939393. Windows color (decimal): -3178158 or 5407183. OLE color: 5407183.

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

Color convert

RGB 207 129 82 -
CMYK 0 0.38 0.60 0.19
HSL 22.56º 0.57% 0.57% -
HSV(B) 22.56º 0.6% 0.81% -
XYZ 35.11 29.58 11.84 -
YUV 146.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 207 129 82 0 0.38 0.60 0.19 22.56 0.57 0.57
Hex CF 81 52 0 26 3C 13 17 39 39
Octal 317 201 122 0 46 74 23 27 71 71
Binary 11001111 10000001 1010010 0 100110 111100 10011 10111 111001 111001

Color Harmonies of #CF8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8152

Black with #CF8152

Text Example


Text Example

White with #CF8152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8152; }

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

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

background-color css

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

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

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

border-color css

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

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

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