Html Css Color HEX #CB993D Anzac

📋 copy color: '#CB993D'

red 203 ◦ green 153 ◦ blue 61

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

Shades of Anzac #CB993D

Tints of Anzac #CB993D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.69%

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

R = 48.68%
G = 36.69%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#CB993D (or 0xCB993D) is known color: Anzac. HEX triplet: CB, 99 and 3D. RGB value is (203,153,61). Sum of RGB (Red+Green+Blue) = 203+153+61=417 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.68% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 203 - color contains mainly: red. Hex color #CB993D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB993D is #3466C2. Grayscale: #9D9D9D. Windows color (decimal): -3434179 or 4037067. OLE color: 4037067.

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

Color convert

RGB 203 153 61 -
CMYK 0 0.25 0.70 0.20
HSL 38.87º 0.58% 0.52% -
HSV(B) 38.87º 0.7% 0.8% -
XYZ 36.86 35.82 9.39 -
YUV 157.46 73.57 160.48 -
System Red Green Blue C M Y K H S L
Decimal 203 153 61 0 0.25 0.70 0.20 38.87 0.58 0.52
Hex CB 99 3D 0 19 46 14 27 3A 34
Octal 313 231 75 0 31 106 24 47 72 64
Binary 11001011 10011001 111101 0 11001 1000110 10100 100111 111010 110100

Color Harmonies of #CB993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB993D

Black with #CB993D

Text Example


Text Example

White with #CB993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB993D; }

 p { color: rgb(203,153,61); }

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

background-color css

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

 a { background-color: rgb(203,153,61); }

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

border-color css

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

 span { border-color: rgb(203,153,61); }

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