Html Css Color HEX #CB953A Anzac

📋 copy color: '#CB953A'

red 203 ◦ green 149 ◦ blue 58

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

Shades of Anzac #CB953A

Tints of Anzac #CB953A

RGB

 RED value IS 203 (79.69% from 255) = 49.51%

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

 BLUE value IS 58 (23.05% from 255) = 14.15%

R = 49.51%
G = 36.34%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.20

RGB Variations

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

Color information

#CB953A (or 0xCB953A) is known color: Anzac. HEX triplet: CB, 95 and 3A. RGB value is (203,149,58). Sum of RGB (Red+Green+Blue) = 203+149+58=410 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.51% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 58 (23.05% from 255 or 14.15% from 410); Max value from RGB is 203 - color contains mainly: red. Hex color #CB953A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB953A is #346AC5. Grayscale: #9B9B9B. Windows color (decimal): -3435206 or 3839435. OLE color: 3839435.

HSL color Cylindrical-coordinate representation of color #CB953A: hue angle of 37.66º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB953A is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 149 58 -
CMYK 0 0.27 0.71 0.20
HSL 37.66º 0.58% 0.51% -
HSV(B) 37.66º 0.71% 0.8% -
XYZ 36.14 34.5 8.76 -
YUV 154.77 73.39 162.4 -
System Red Green Blue C M Y K H S L
Decimal 203 149 58 0 0.27 0.71 0.20 37.66 0.58 0.51
Hex CB 95 3A 0 1B 47 14 26 3A 33
Octal 313 225 72 0 33 107 24 46 72 63
Binary 11001011 10010101 111010 0 11011 1000111 10100 100110 111010 110011

Color Harmonies of #CB953A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB953A

Black with #CB953A

Text Example


Text Example

White with #CB953A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB953A; }

 p { color: rgb(203,149,58); }

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

background-color css

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

 a { background-color: rgb(203,149,58); }

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

border-color css

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

 span { border-color: rgb(203,149,58); }

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