Html Css Color HEX #CF9B3F Anzac

📋 copy color: '#CF9B3F'

red 207 ◦ green 155 ◦ blue 63

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

Shades of Anzac #CF9B3F

Tints of Anzac #CF9B3F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.47%

 BLUE value IS 63 (25% from 255) = 14.82%

R = 48.71%
G = 36.47%
B = 14.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#CF9B3F (or 0xCF9B3F) is known color: Anzac. HEX triplet: CF, 9B and 3F. RGB value is (207,155,63). Sum of RGB (Red+Green+Blue) = 207+155+63=425 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.71% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 63 (25% from 255 or 14.82% from 425); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B3F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B3F is #3064C0. Grayscale: #A0A0A0. Windows color (decimal): -3171521 or 4168655. OLE color: 4168655.

HSL color Cylindrical-coordinate representation of color #CF9B3F: hue angle of 38.33º 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 #CF9B3F is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 155 63 -
CMYK 0 0.25 0.70 0.19
HSL 38.33º 0.6% 0.53% -
HSV(B) 38.33º 0.7% 0.81% -
XYZ 38.35 37.07 9.84 -
YUV 160.06 73.23 161.48 -
System Red Green Blue C M Y K H S L
Decimal 207 155 63 0 0.25 0.70 0.19 38.33 0.6 0.53
Hex CF 9B 3F 0 19 46 13 26 3C 35
Octal 317 233 77 0 31 106 23 46 74 65
Binary 11001111 10011011 111111 0 11001 1000110 10011 100110 111100 110101

Color Harmonies of #CF9B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B3F

Black with #CF9B3F

Text Example


Text Example

White with #CF9B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B3F; }

 p { color: rgb(207,155,63); }

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

background-color css

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

 a { background-color: rgb(207,155,63); }

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

border-color css

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

 span { border-color: rgb(207,155,63); }

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