Html Css Color HEX #CE934B Anzac

📋 copy color: '#CE934B'

red 206 ◦ green 147 ◦ blue 75

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

Shades of Anzac #CE934B

Tints of Anzac #CE934B

RGB

 RED value IS 206 (80.86% from 255) = 48.13%

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

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

R = 48.13%
G = 34.35%
B = 17.52%

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

#CE934B (or 0xCE934B) is known color: Anzac. HEX triplet: CE, 93 and 4B. RGB value is (206,147,75). Sum of RGB (Red+Green+Blue) = 206+147+75=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 75 (29.69% from 255 or 17.52% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE934B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE934B is #316CB4. Grayscale: #9C9C9C. Windows color (decimal): -3239093 or 4953038. OLE color: 4953038.

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

Color convert

RGB 206 147 75 -
CMYK 0 0.29 0.64 0.19
HSL 32.98º 0.57% 0.55% -
HSV(B) 32.98º 0.64% 0.81% -
XYZ 37.16 34.5 11.36 -
YUV 156.43 82.05 163.35 -
System Red Green Blue C M Y K H S L
Decimal 206 147 75 0 0.29 0.64 0.19 32.98 0.57 0.55
Hex CE 93 4B 0 1D 40 13 21 39 37
Octal 316 223 113 0 35 100 23 41 71 67
Binary 11001110 10010011 1001011 0 11101 1000000 10011 100001 111001 110111

Color Harmonies of #CE934B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE934B

Black with #CE934B

Text Example


Text Example

White with #CE934B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE934B; }

 p { color: rgb(206,147,75); }

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

background-color css

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

 a { background-color: rgb(206,147,75); }

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

border-color css

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

 span { border-color: rgb(206,147,75); }

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