Html Css Color HEX #CF954B Anzac

📋 copy color: '#CF954B'

red 207 ◦ green 149 ◦ blue 75

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

Shades of Anzac #CF954B

Tints of Anzac #CF954B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.57%

 BLUE value IS 75 (29.69% from 255) = 17.4%

R = 48.03%
G = 34.57%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF954B (or 0xCF954B) is known color: Anzac. HEX triplet: CF, 95 and 4B. RGB value is (207,149,75). Sum of RGB (Red+Green+Blue) = 207+149+75=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 149 (58.59% from 255 or 34.57% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF954B is #306AB4. Grayscale: #9E9E9E. Windows color (decimal): -3173045 or 4953551. OLE color: 4953551.

HSL color Cylindrical-coordinate representation of color #CF954B: hue angle of 33.64º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF954B is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 149 75 -
CMYK 0 0.28 0.64 0.19
HSL 33.64º 0.58% 0.55% -
HSV(B) 33.64º 0.64% 0.81% -
XYZ 37.75 35.27 11.47 -
YUV 157.91 81.22 163.02 -
System Red Green Blue C M Y K H S L
Decimal 207 149 75 0 0.28 0.64 0.19 33.64 0.58 0.55
Hex CF 95 4B 0 1C 40 13 22 3A 37
Octal 317 225 113 0 34 100 23 42 72 67
Binary 11001111 10010101 1001011 0 11100 1000000 10011 100010 111010 110111

Color Harmonies of #CF954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF954B

Black with #CF954B

Text Example


Text Example

White with #CF954B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF954B; }

 p { color: rgb(207,149,75); }

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

background-color css

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

 a { background-color: rgb(207,149,75); }

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

border-color css

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

 span { border-color: rgb(207,149,75); }

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