Html Css Color HEX #C8923C Anzac

📋 copy color: '#C8923C'

red 200 ◦ green 146 ◦ blue 60

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

Shades of Anzac #C8923C

Tints of Anzac #C8923C

RGB

 RED value IS 200 (78.52% from 255) = 49.26%

 GREEN value IS 146 (57.42% from 255) = 35.96%

 BLUE value IS 60 (23.83% from 255) = 14.78%

R = 49.26%
G = 35.96%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8923C (or 0xC8923C) is known color: Anzac. HEX triplet: C8, 92 and 3C. RGB value is (200,146,60). Sum of RGB (Red+Green+Blue) = 200+146+60=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 60 (23.83% from 255 or 14.78% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8923C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8923C is #376DC3. Grayscale: #989898. Windows color (decimal): -3632580 or 3969736. OLE color: 3969736.

HSL color Cylindrical-coordinate representation of color #C8923C: hue angle of 36.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C8923C is Cyan = 0, Magento = 0.27, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 146 60 -
CMYK 0 0.27 0.7 0.22
HSL 36.86º 0.56% 0.51% -
HSV(B) 36.86º 0.7% 0.78% -
XYZ 34.91 33.16 8.84 -
YUV 152.34 75.89 161.99 -
System Red Green Blue C M Y K H S L
Decimal 200 146 60 0 0.27 0.7 0.22 36.86 0.56 0.51
Hex C8 92 3C 0 1B 46 16 25 38 33
Octal 310 222 74 0 33 106 26 45 70 63
Binary 11001000 10010010 111100 0 11011 1000110 10110 100101 111000 110011

Color Harmonies of #C8923C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8923C

Black with #C8923C

Text Example


Text Example

White with #C8923C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8923C; }

 p { color: rgb(200,146,60); }

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

background-color css

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

 a { background-color: rgb(200,146,60); }

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

border-color css

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

 span { border-color: rgb(200,146,60); }

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