Html Css Color HEX #CF943E Anzac

📋 copy color: '#CF943E'

red 207 ◦ green 148 ◦ blue 62

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

Shades of Anzac #CF943E

Tints of Anzac #CF943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 62 (24.61% from 255) = 14.87%

R = 49.64%
G = 35.49%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF943E (or 0xCF943E) is known color: Anzac. HEX triplet: CF, 94 and 3E. RGB value is (207,148,62). Sum of RGB (Red+Green+Blue) = 207+148+62=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 62 (24.61% from 255 or 14.87% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CF943E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF943E is #306BC1. Grayscale: #9C9C9C. Windows color (decimal): -3173314 or 4101327. OLE color: 4101327.

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

Color convert

RGB 207 148 62 -
CMYK 0 0.29 0.70 0.19
HSL 35.59º 0.6% 0.53% -
HSV(B) 35.59º 0.7% 0.81% -
XYZ 37.19 34.79 9.31 -
YUV 155.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 207 148 62 0 0.29 0.70 0.19 35.59 0.6 0.53
Hex CF 94 3E 0 1D 46 13 24 3C 35
Octal 317 224 76 0 35 106 23 44 74 65
Binary 11001111 10010100 111110 0 11101 1000110 10011 100100 111100 110101

Color Harmonies of #CF943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF943E

Black with #CF943E

Text Example


Text Example

White with #CF943E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF943E; }

 p { color: rgb(207,148,62); }

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

background-color css

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

 a { background-color: rgb(207,148,62); }

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

border-color css

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

 span { border-color: rgb(207,148,62); }

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