Html Css Color HEX #C88A45 Anzac

📋 copy color: '#C88A45'

red 200 ◦ green 138 ◦ blue 69

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

Shades of Anzac #C88A45

Tints of Anzac #C88A45

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.91%

 BLUE value IS 69 (27.34% from 255) = 16.95%

R = 49.14%
G = 33.91%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.22

RGB Variations

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

Color information

#C88A45 (or 0xC88A45) is known color: Anzac. HEX triplet: C8, 8A and 45. RGB value is (200,138,69). Sum of RGB (Red+Green+Blue) = 200+138+69=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88A45 is #3775BA. Grayscale: #959595. Windows color (decimal): -3634619 or 4557512. OLE color: 4557512.

HSL color Cylindrical-coordinate representation of color #C88A45: hue angle of 31.6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C88A45 is Cyan = 0, Magento = 0.31, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 69 -
CMYK 0 0.31 0.66 0.22
HSL 31.6º 0.54% 0.53% -
HSV(B) 31.6º 0.66% 0.78% -
XYZ 33.98 30.89 9.8 -
YUV 148.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 200 138 69 0 0.31 0.66 0.22 31.6 0.54 0.53
Hex C8 8A 45 0 1F 42 16 20 36 35
Octal 310 212 105 0 37 102 26 40 66 65
Binary 11001000 10001010 1000101 0 11111 1000010 10110 100000 110110 110101

Color Harmonies of #C88A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A45

Black with #C88A45

Text Example


Text Example

White with #C88A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A45; }

 p { color: rgb(200,138,69); }

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

background-color css

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

 a { background-color: rgb(200,138,69); }

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

border-color css

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

 span { border-color: rgb(200,138,69); }

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