Html Css Color HEX #CF832F Dixie

📋 copy color: '#CF832F'

red 207 ◦ green 131 ◦ blue 47

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

Shades of Dixie #CF832F

Tints of Dixie #CF832F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.03%

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 53.77%
G = 34.03%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.19

RGB Variations

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

Color information

#CF832F (or 0xCF832F) is known color: Dixie. HEX triplet: CF, 83 and 2F. RGB value is (207,131,47). Sum of RGB (Red+Green+Blue) = 207+131+47=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 131 (51.56% from 255 or 34.03% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF832F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF832F is #307CD0. Grayscale: #909090. Windows color (decimal): -3177681 or 3113935. OLE color: 3113935.

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

Color convert

RGB 207 131 47 -
CMYK 0 0.37 0.77 0.19
HSL 31.5º 0.63% 0.5% -
HSV(B) 31.5º 0.77% 0.81% -
XYZ 34.36 29.7 6.61 -
YUV 144.15 73.18 172.83 -
System Red Green Blue C M Y K H S L
Decimal 207 131 47 0 0.37 0.77 0.19 31.5 0.63 0.5
Hex CF 83 2F 0 25 4D 13 1F 3F 32
Octal 317 203 57 0 45 115 23 37 77 62
Binary 11001111 10000011 101111 0 100101 1001101 10011 11111 111111 110010

Color Harmonies of #CF832F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF832F

Black with #CF832F

Text Example


Text Example

White with #CF832F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF832F; }

 p { color: rgb(207,131,47); }

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

background-color css

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

 a { background-color: rgb(207,131,47); }

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

border-color css

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

 span { border-color: rgb(207,131,47); }

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