Html Css Color HEX #CB983D Anzac

📋 copy color: '#CB983D'

red 203 ◦ green 152 ◦ blue 61

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

Shades of Anzac #CB983D

Tints of Anzac #CB983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.54%

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

R = 48.8%
G = 36.54%
B = 14.66%

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

#CB983D (or 0xCB983D) is known color: Anzac. HEX triplet: CB, 98 and 3D. RGB value is (203,152,61). Sum of RGB (Red+Green+Blue) = 203+152+61=416 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.80% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 203 - color contains mainly: red. Hex color #CB983D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB983D is #3467C2. Grayscale: #9D9D9D. Windows color (decimal): -3434435 or 4036811. OLE color: 4036811.

HSL color Cylindrical-coordinate representation of color #CB983D: hue angle of 38.45º 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 #CB983D is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 152 61 -
CMYK 0 0.25 0.70 0.20
HSL 38.45º 0.58% 0.52% -
HSV(B) 38.45º 0.7% 0.8% -
XYZ 36.7 35.49 9.33 -
YUV 156.88 73.9 160.9 -
System Red Green Blue C M Y K H S L
Decimal 203 152 61 0 0.25 0.70 0.20 38.45 0.58 0.52
Hex CB 98 3D 0 19 46 14 26 3A 34
Octal 313 230 75 0 31 106 24 46 72 64
Binary 11001011 10011000 111101 0 11001 1000110 10100 100110 111010 110100

Color Harmonies of #CB983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB983D

Black with #CB983D

Text Example


Text Example

White with #CB983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB983D; }

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

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

background-color css

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

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

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

border-color css

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

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

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