Html Css Color HEX #CF933D Anzac

📋 copy color: '#CF933D'

red 207 ◦ green 147 ◦ blue 61

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

Shades of Anzac #CF933D

Tints of Anzac #CF933D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.42%

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

R = 49.88%
G = 35.42%
B = 14.7%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.71

 K value IS 0.19

RGB Variations

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

Color information

#CF933D (or 0xCF933D) is known color: Anzac. HEX triplet: CF, 93 and 3D. RGB value is (207,147,61). Sum of RGB (Red+Green+Blue) = 207+147+61=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 147 (57.81% from 255 or 35.42% from 415); Blue value is 61 (24.22% from 255 or 14.70% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF933D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF933D is #306CC2. Grayscale: #9B9B9B. Windows color (decimal): -3173571 or 4035535. OLE color: 4035535.

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

Color convert

RGB 207 147 61 -
CMYK 0 0.29 0.71 0.19
HSL 35.34º 0.6% 0.53% -
HSV(B) 35.34º 0.71% 0.81% -
XYZ 37.01 34.47 9.12 -
YUV 155.14 74.88 164.99 -
System Red Green Blue C M Y K H S L
Decimal 207 147 61 0 0.29 0.71 0.19 35.34 0.6 0.53
Hex CF 93 3D 0 1D 47 13 23 3C 35
Octal 317 223 75 0 35 107 23 43 74 65
Binary 11001111 10010011 111101 0 11101 1000111 10011 100011 111100 110101

Color Harmonies of #CF933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF933D

Black with #CF933D

Text Example


Text Example

White with #CF933D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF933D; }

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

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

background-color css

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

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

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

border-color css

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

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

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