Html Css Color HEX #C88C3A Anzac

📋 copy color: '#C88C3A'

red 200 ◦ green 140 ◦ blue 58

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

Shades of Anzac #C88C3A

Tints of Anzac #C88C3A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.18%

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

R = 50.25%
G = 35.18%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C88C3A (or 0xC88C3A) is known color: Anzac. HEX triplet: C8, 8C and 3A. RGB value is (200,140,58). Sum of RGB (Red+Green+Blue) = 200+140+58=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 58 (23.05% from 255 or 14.57% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88C3A is #3773C5. Grayscale: #949494. Windows color (decimal): -3634118 or 3837128. OLE color: 3837128.

HSL color Cylindrical-coordinate representation of color #C88C3A: hue angle of 34.65º 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 #C88C3A is Cyan = 0, Magento = 0.3, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 58 -
CMYK 0 0.3 0.71 0.22
HSL 34.65º 0.56% 0.51% -
HSV(B) 34.65º 0.71% 0.78% -
XYZ 33.96 31.34 8.26 -
YUV 148.59 76.88 164.67 -
System Red Green Blue C M Y K H S L
Decimal 200 140 58 0 0.3 0.71 0.22 34.65 0.56 0.51
Hex C8 8C 3A 0 1E 47 16 23 38 33
Octal 310 214 72 0 36 107 26 43 70 63
Binary 11001000 10001100 111010 0 11110 1000111 10110 100011 111000 110011

Color Harmonies of #C88C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C3A

Black with #C88C3A

Text Example


Text Example

White with #C88C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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