Html Css Color HEX #C88E3A Anzac

📋 copy color: '#C88E3A'

red 200 ◦ green 142 ◦ blue 58

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

Shades of Anzac #C88E3A

Tints of Anzac #C88E3A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.5%

 BLUE value IS 58 (23.05% from 255) = 14.5%

R = 50%
G = 35.5%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C88E3A (or 0xC88E3A) is known color: Anzac. HEX triplet: C8, 8E and 3A. RGB value is (200,142,58). Sum of RGB (Red+Green+Blue) = 200+142+58=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 142 (55.86% from 255 or 35.5% from 400); Blue value is 58 (23.05% from 255 or 14.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C88E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88E3A is #3771C5. Grayscale: #969696. Windows color (decimal): -3633606 or 3837640. OLE color: 3837640.

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

Color convert

RGB 200 142 58 -
CMYK 0 0.29 0.71 0.22
HSL 35.49º 0.56% 0.51% -
HSV(B) 35.49º 0.71% 0.78% -
XYZ 34.26 31.93 8.36 -
YUV 149.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 200 142 58 0 0.29 0.71 0.22 35.49 0.56 0.51
Hex C8 8E 3A 0 1D 47 16 23 38 33
Octal 310 216 72 0 35 107 26 43 70 63
Binary 11001000 10001110 111010 0 11101 1000111 10110 100011 111000 110011

Color Harmonies of #C88E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88E3A

Black with #C88E3A

Text Example


Text Example

White with #C88E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88E3A; }

 p { color: rgb(200,142,58); }

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

background-color css

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

 a { background-color: rgb(200,142,58); }

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

border-color css

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

 span { border-color: rgb(200,142,58); }

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