Html Css Color HEX #CF944B Anzac

📋 copy color: '#CF944B'

red 207 ◦ green 148 ◦ blue 75

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

Shades of Anzac #CF944B

Tints of Anzac #CF944B

RGB

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

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

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

R = 48.14%
G = 34.42%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#CF944B (or 0xCF944B) is known color: Anzac. HEX triplet: CF, 94 and 4B. RGB value is (207,148,75). Sum of RGB (Red+Green+Blue) = 207+148+75=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 75 (29.69% from 255 or 17.44% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF944B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF944B is #306BB4. Grayscale: #9D9D9D. Windows color (decimal): -3173301 or 4953295. OLE color: 4953295.

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

Color convert

RGB 207 148 75 -
CMYK 0 0.29 0.64 0.19
HSL 33.18º 0.58% 0.55% -
HSV(B) 33.18º 0.64% 0.81% -
XYZ 37.59 34.95 11.42 -
YUV 157.32 81.55 163.44 -
System Red Green Blue C M Y K H S L
Decimal 207 148 75 0 0.29 0.64 0.19 33.18 0.58 0.55
Hex CF 94 4B 0 1D 40 13 21 3A 37
Octal 317 224 113 0 35 100 23 41 72 67
Binary 11001111 10010100 1001011 0 11101 1000000 10011 100001 111010 110111

Color Harmonies of #CF944B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF944B

Black with #CF944B

Text Example


Text Example

White with #CF944B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF944B; }

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

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

background-color css

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

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

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

border-color css

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

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

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