Html Css Color HEX #CF854C Raw Sienna

📋 copy color: '#CF854C'

red 207 ◦ green 133 ◦ blue 76

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

Shades of Raw Sienna #CF854C

Tints of Raw Sienna #CF854C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.97%

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

R = 49.76%
G = 31.97%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CF854C (or 0xCF854C) is known color: Raw Sienna. HEX triplet: CF, 85 and 4C. RGB value is (207,133,76). Sum of RGB (Red+Green+Blue) = 207+133+76=416 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.76% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 76 (30.08% from 255 or 18.27% from 416); Max value from RGB is 207 - color contains mainly: red. Hex color #CF854C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF854C is #307AB3. Grayscale: #949494. Windows color (decimal): -3177140 or 5014991. OLE color: 5014991.

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

Color convert

RGB 207 133 76 -
CMYK 0 0.36 0.63 0.19
HSL 26.11º 0.58% 0.55% -
HSV(B) 26.11º 0.63% 0.81% -
XYZ 35.42 30.56 10.87 -
YUV 148.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 207 133 76 0 0.36 0.63 0.19 26.11 0.58 0.55
Hex CF 85 4C 0 24 3F 13 1A 3A 37
Octal 317 205 114 0 44 77 23 32 72 67
Binary 11001111 10000101 1001100 0 100100 111111 10011 11010 111010 110111

Color Harmonies of #CF854C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF854C

Black with #CF854C

Text Example


Text Example

White with #CF854C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF854C; }

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

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

background-color css

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

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

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

border-color css

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

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

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