Html Css Color HEX #CB9C41 Anzac

📋 copy color: '#CB9C41'

red 203 ◦ green 156 ◦ blue 65

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

Shades of Anzac #CB9C41

Tints of Anzac #CB9C41

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

 BLUE value IS 65 (25.78% from 255) = 15.33%

R = 47.88%
G = 36.79%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CB9C41 (or 0xCB9C41) is known color: Anzac. HEX triplet: CB, 9C and 41. RGB value is (203,156,65). Sum of RGB (Red+Green+Blue) = 203+156+65=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 65 (25.78% from 255 or 15.33% from 424); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB9C41 is #3463BE. Grayscale: #A0A0A0. Windows color (decimal): -3433407 or 4299979. OLE color: 4299979.

HSL color Cylindrical-coordinate representation of color #CB9C41: hue angle of 39.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB9C41 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 156 65 -
CMYK 0 0.23 0.68 0.20
HSL 39.57º 0.57% 0.53% -
HSV(B) 39.57º 0.68% 0.8% -
XYZ 37.47 36.86 10.14 -
YUV 159.68 74.57 158.9 -
System Red Green Blue C M Y K H S L
Decimal 203 156 65 0 0.23 0.68 0.20 39.57 0.57 0.53
Hex CB 9C 41 0 17 44 14 28 39 35
Octal 313 234 101 0 27 104 24 50 71 65
Binary 11001011 10011100 1000001 0 10111 1000100 10100 101000 111001 110101

Color Harmonies of #CB9C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9C41

Black with #CB9C41

Text Example


Text Example

White with #CB9C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9C41; }

 p { color: rgb(203,156,65); }

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

background-color css

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

 a { background-color: rgb(203,156,65); }

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

border-color css

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

 span { border-color: rgb(203,156,65); }

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