Html Css Color HEX #C9953E Anzac

📋 copy color: '#C9953E'

red 201 ◦ green 149 ◦ blue 62

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

Shades of Anzac #C9953E

Tints of Anzac #C9953E

RGB

 RED value IS 201 (78.91% from 255) = 48.79%

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 62 (24.61% from 255) = 15.05%

R = 48.79%
G = 36.17%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9953E (or 0xC9953E) is known color: Anzac. HEX triplet: C9, 95 and 3E. RGB value is (201,149,62). Sum of RGB (Red+Green+Blue) = 201+149+62=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 62 (24.61% from 255 or 15.05% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C9953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9953E is #366AC1. Grayscale: #9B9B9B. Windows color (decimal): -3566274 or 4101577. OLE color: 4101577.

HSL color Cylindrical-coordinate representation of color #C9953E: hue angle of 37.55º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C9953E is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 149 62 -
CMYK 0 0.26 0.69 0.21
HSL 37.55º 0.56% 0.52% -
HSV(B) 37.55º 0.69% 0.79% -
XYZ 35.7 34.26 9.29 -
YUV 154.63 75.73 161.07 -
System Red Green Blue C M Y K H S L
Decimal 201 149 62 0 0.26 0.69 0.21 37.55 0.56 0.52
Hex C9 95 3E 0 1A 45 15 26 38 34
Octal 311 225 76 0 32 105 25 46 70 64
Binary 11001001 10010101 111110 0 11010 1000101 10101 100110 111000 110100

Color Harmonies of #C9953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9953E

Black with #C9953E

Text Example


Text Example

White with #C9953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9953E; }

 p { color: rgb(201,149,62); }

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

background-color css

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

 a { background-color: rgb(201,149,62); }

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

border-color css

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

 span { border-color: rgb(201,149,62); }

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