Html Css Color HEX #CF814C Raw Sienna

📋 copy color: '#CF814C'

red 207 ◦ green 129 ◦ blue 76

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

Shades of Raw Sienna #CF814C

Tints of Raw Sienna #CF814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 18.45%

R = 50.24%
G = 31.31%
B = 18.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF814C (or 0xCF814C) is known color: Raw Sienna. HEX triplet: CF, 81 and 4C. RGB value is (207,129,76). Sum of RGB (Red+Green+Blue) = 207+129+76=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 76 (30.08% from 255 or 18.45% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CF814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF814C is #307EB3. Grayscale: #929292. Windows color (decimal): -3178164 or 5013967. OLE color: 5013967.

HSL color Cylindrical-coordinate representation of color #CF814C: hue angle of 24.27º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF814C is Cyan = 0, Magento = 0.38, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 129 76 -
CMYK 0 0.38 0.63 0.19
HSL 24.27º 0.58% 0.55% -
HSV(B) 24.27º 0.63% 0.81% -
XYZ 34.89 29.49 10.69 -
YUV 146.28 88.34 171.31 -
System Red Green Blue C M Y K H S L
Decimal 207 129 76 0 0.38 0.63 0.19 24.27 0.58 0.55
Hex CF 81 4C 0 26 3F 13 18 3A 37
Octal 317 201 114 0 46 77 23 30 72 67
Binary 11001111 10000001 1001100 0 100110 111111 10011 11000 111010 110111

Color Harmonies of #CF814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF814C

Black with #CF814C

Text Example


Text Example

White with #CF814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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