Html Css Color HEX #CF8F3D Anzac

📋 copy color: '#CF8F3D'

red 207 ◦ green 143 ◦ blue 61

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

Shades of Anzac #CF8F3D

Tints of Anzac #CF8F3D

RGB

 RED value IS 207 (81.25% from 255) = 50.36%

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

 BLUE value IS 61 (24.22% from 255) = 14.84%

R = 50.36%
G = 34.79%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF8F3D (or 0xCF8F3D) is known color: Anzac. HEX triplet: CF, 8F and 3D. RGB value is (207,143,61). Sum of RGB (Red+Green+Blue) = 207+143+61=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 61 (24.22% from 255 or 14.84% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF8F3D is #3070C2. Grayscale: #999999. Windows color (decimal): -3174595 or 4034511. OLE color: 4034511.

HSL color Cylindrical-coordinate representation of color #CF8F3D: hue angle of 33.7º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF8F3D is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 143 61 -
CMYK 0 0.31 0.71 0.19
HSL 33.7º 0.6% 0.53% -
HSV(B) 33.7º 0.71% 0.81% -
XYZ 36.4 33.25 8.91 -
YUV 152.79 76.2 166.67 -
System Red Green Blue C M Y K H S L
Decimal 207 143 61 0 0.31 0.71 0.19 33.7 0.6 0.53
Hex CF 8F 3D 0 1F 47 13 22 3C 35
Octal 317 217 75 0 37 107 23 42 74 65
Binary 11001111 10001111 111101 0 11111 1000111 10011 100010 111100 110101

Color Harmonies of #CF8F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8F3D

Black with #CF8F3D

Text Example


Text Example

White with #CF8F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8F3D; }

 p { color: rgb(207,143,61); }

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

background-color css

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

 a { background-color: rgb(207,143,61); }

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

border-color css

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

 span { border-color: rgb(207,143,61); }

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