Html Css Color HEX #C88F3A Anzac

📋 copy color: '#C88F3A'

red 200 ◦ green 143 ◦ blue 58

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

Shades of Anzac #C88F3A

Tints of Anzac #C88F3A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.66%

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

R = 49.88%
G = 35.66%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C88F3A (or 0xC88F3A) is known color: Anzac. HEX triplet: C8, 8F and 3A. RGB value is (200,143,58). Sum of RGB (Red+Green+Blue) = 200+143+58=401 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.88% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 58 (23.05% from 255 or 14.46% from 401); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C88F3A is #3770C5. Grayscale: #969696. Windows color (decimal): -3633350 or 3837896. OLE color: 3837896.

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

Color convert

RGB 200 143 58 -
CMYK 0 0.28 0.71 0.22
HSL 35.92º 0.56% 0.51% -
HSV(B) 35.92º 0.71% 0.78% -
XYZ 34.41 32.23 8.41 -
YUV 150.35 75.88 163.41 -
System Red Green Blue C M Y K H S L
Decimal 200 143 58 0 0.28 0.71 0.22 35.92 0.56 0.51
Hex C8 8F 3A 0 1C 47 16 24 38 33
Octal 310 217 72 0 34 107 26 44 70 63
Binary 11001000 10001111 111010 0 11100 1000111 10110 100100 111000 110011

Color Harmonies of #C88F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F3A

Black with #C88F3A

Text Example


Text Example

White with #C88F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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