Html Css Color HEX #C38F45 Anzac

📋 copy color: '#C38F45'

red 195 ◦ green 143 ◦ blue 69

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

Shades of Anzac #C38F45

Tints of Anzac #C38F45

RGB

 RED value IS 195 (76.56% from 255) = 47.91%

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

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

R = 47.91%
G = 35.14%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C38F45 (or 0xC38F45) is known color: Anzac. HEX triplet: C3, 8F and 45. RGB value is (195,143,69). Sum of RGB (Red+Green+Blue) = 195+143+69=407 (53% of max value = 765). Red value is 195 (76.56% from 255 or 47.91% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 195 - color contains mainly: red. Hex color #C38F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38F45 is #3C70BA. Grayscale: #969696. Windows color (decimal): -3961019 or 4558787. OLE color: 4558787.

HSL color Cylindrical-coordinate representation of color #C38F45: hue angle of 35.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C38F45 is Cyan = 0, Magento = 0.27, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 143 69 -
CMYK 0 0.27 0.65 0.24
HSL 35.24º 0.51% 0.52% -
HSV(B) 35.24º 0.65% 0.76% -
XYZ 33.4 31.68 9.98 -
YUV 150.11 82.23 160.02 -
System Red Green Blue C M Y K H S L
Decimal 195 143 69 0 0.27 0.65 0.24 35.24 0.51 0.52
Hex C3 8F 45 0 1B 41 18 23 33 34
Octal 303 217 105 0 33 101 30 43 63 64
Binary 11000011 10001111 1000101 0 11011 1000001 11000 100011 110011 110100

Color Harmonies of #C38F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38F45

Black with #C38F45

Text Example


Text Example

White with #C38F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38F45; }

 p { color: rgb(195,143,69); }

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

background-color css

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

 a { background-color: rgb(195,143,69); }

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

border-color css

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

 span { border-color: rgb(195,143,69); }

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