Html Css Color HEX #CC862A Dixie

📋 copy color: '#CC862A'

red 204 ◦ green 134 ◦ blue 42

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

Shades of Dixie #CC862A

Tints of Dixie #CC862A

RGB

 RED value IS 204 (80.08% from 255) = 53.68%

 GREEN value IS 134 (52.73% from 255) = 35.26%

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 53.68%
G = 35.26%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#CC862A (or 0xCC862A) is known color: Dixie. HEX triplet: CC, 86 and 2A. RGB value is (204,134,42). Sum of RGB (Red+Green+Blue) = 204+134+42=380 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.68% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 204 - color contains mainly: red. Hex color #CC862A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC862A is #3379D5. Grayscale: #909090. Windows color (decimal): -3373526 or 2787020. OLE color: 2787020.

HSL color Cylindrical-coordinate representation of color #CC862A: hue angle of 34.07º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC862A is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 134 42 -
CMYK 0 0.34 0.79 0.2
HSL 34.07º 0.66% 0.48% -
HSV(B) 34.07º 0.79% 0.8% -
XYZ 33.84 30.05 6.21 -
YUV 144.44 70.19 170.48 -
System Red Green Blue C M Y K H S L
Decimal 204 134 42 0 0.34 0.79 0.2 34.07 0.66 0.48
Hex CC 86 2A 0 22 4F 14 22 42 30
Octal 314 206 52 0 42 117 24 42 102 60
Binary 11001100 10000110 101010 0 100010 1001111 10100 100010 1000010 110000

Color Harmonies of #CC862A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC862A

Black with #CC862A

Text Example


Text Example

White with #CC862A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC862A; }

 p { color: rgb(204,134,42); }

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

background-color css

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

 a { background-color: rgb(204,134,42); }

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

border-color css

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

 span { border-color: rgb(204,134,42); }

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