Html Css Color HEX #CB963E Anzac

📋 copy color: '#CB963E'

red 203 ◦ green 150 ◦ blue 62

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

Shades of Anzac #CB963E

Tints of Anzac #CB963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

 BLUE value IS 62 (24.61% from 255) = 14.94%

R = 48.92%
G = 36.14%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#CB963E (or 0xCB963E) is known color: Anzac. HEX triplet: CB, 96 and 3E. RGB value is (203,150,62). Sum of RGB (Red+Green+Blue) = 203+150+62=415 (54% of max value = 765). Red value is 203 (79.69% from 255 or 48.92% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 203 - color contains mainly: red. Hex color #CB963E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB963E is #3469C1. Grayscale: #9C9C9C. Windows color (decimal): -3434946 or 4101835. OLE color: 4101835.

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

Color convert

RGB 203 150 62 -
CMYK 0 0.26 0.69 0.20
HSL 37.45º 0.58% 0.52% -
HSV(B) 37.45º 0.69% 0.8% -
XYZ 36.4 34.86 9.37 -
YUV 155.82 75.06 161.66 -
System Red Green Blue C M Y K H S L
Decimal 203 150 62 0 0.26 0.69 0.20 37.45 0.58 0.52
Hex CB 96 3E 0 1A 45 14 25 3A 34
Octal 313 226 76 0 32 105 24 45 72 64
Binary 11001011 10010110 111110 0 11010 1000101 10100 100101 111010 110100

Color Harmonies of #CB963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB963E

Black with #CB963E

Text Example


Text Example

White with #CB963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB963E; }

 p { color: rgb(203,150,62); }

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

background-color css

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

 a { background-color: rgb(203,150,62); }

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

border-color css

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

 span { border-color: rgb(203,150,62); }

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