Html Css Color HEX #CB8D4B Anzac

📋 copy color: '#CB8D4B'

red 203 ◦ green 141 ◦ blue 75

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

Shades of Anzac #CB8D4B

Tints of Anzac #CB8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 33.65%

 BLUE value IS 75 (29.69% from 255) = 17.9%

R = 48.45%
G = 33.65%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB8D4B (or 0xCB8D4B) is known color: Anzac. HEX triplet: CB, 8D and 4B. RGB value is (203,141,75). Sum of RGB (Red+Green+Blue) = 203+141+75=419 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.45% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 75 (29.69% from 255 or 17.90% from 419); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CB8D4B is #3472B4. Grayscale: #989898. Windows color (decimal): -3437237 or 4951499. OLE color: 4951499.

HSL color Cylindrical-coordinate representation of color #CB8D4B: hue angle of 30.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB8D4B is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 141 75 -
CMYK 0 0.31 0.63 0.20
HSL 30.94º 0.55% 0.55% -
HSV(B) 30.94º 0.63% 0.8% -
XYZ 35.42 32.25 11.02 -
YUV 152.01 84.54 164.37 -
System Red Green Blue C M Y K H S L
Decimal 203 141 75 0 0.31 0.63 0.20 30.94 0.55 0.55
Hex CB 8D 4B 0 1F 3F 14 1F 37 37
Octal 313 215 113 0 37 77 24 37 67 67
Binary 11001011 10001101 1001011 0 11111 111111 10100 11111 110111 110111

Color Harmonies of #CB8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8D4B

Black with #CB8D4B

Text Example


Text Example

White with #CB8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8D4B; }

 p { color: rgb(203,141,75); }

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

background-color css

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

 a { background-color: rgb(203,141,75); }

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

border-color css

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

 span { border-color: rgb(203,141,75); }

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