Html Css Color HEX #C8993C Anzac

📋 copy color: '#C8993C'

red 200 ◦ green 153 ◦ blue 60

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

Shades of Anzac #C8993C

Tints of Anzac #C8993C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

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

R = 48.43%
G = 37.05%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8993C (or 0xC8993C) is known color: Anzac. HEX triplet: C8, 99 and 3C. RGB value is (200,153,60). Sum of RGB (Red+Green+Blue) = 200+153+60=413 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.43% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 200 - color contains mainly: red. Hex color #C8993C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8993C is #3766C3. Grayscale: #9C9C9C. Windows color (decimal): -3630788 or 3971528. OLE color: 3971528.

HSL color Cylindrical-coordinate representation of color #C8993C: hue angle of 39.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 #C8993C is Cyan = 0, Magento = 0.24, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 153 60 -
CMYK 0 0.24 0.7 0.22
HSL 39.86º 0.56% 0.51% -
HSV(B) 39.86º 0.7% 0.78% -
XYZ 36.03 35.39 9.21 -
YUV 156.45 73.57 159.06 -
System Red Green Blue C M Y K H S L
Decimal 200 153 60 0 0.24 0.7 0.22 39.86 0.56 0.51
Hex C8 99 3C 0 18 46 16 28 38 33
Octal 310 231 74 0 30 106 26 50 70 63
Binary 11001000 10011001 111100 0 11000 1000110 10110 101000 111000 110011

Color Harmonies of #C8993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8993C

Black with #C8993C

Text Example


Text Example

White with #C8993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8993C; }

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

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

background-color css

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

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

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

border-color css

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

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

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