Html Css Color HEX #CA9B43 Anzac

📋 copy color: '#CA9B43'

red 202 ◦ green 155 ◦ blue 67

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

Shades of Anzac #CA9B43

Tints of Anzac #CA9B43

RGB

 RED value IS 202 (79.3% from 255) = 47.64%

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 67 (26.56% from 255) = 15.8%

R = 47.64%
G = 36.56%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA9B43 (or 0xCA9B43) is known color: Anzac. HEX triplet: CA, 9B and 43. RGB value is (202,155,67). Sum of RGB (Red+Green+Blue) = 202+155+67=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9B43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CA9B43 is #3564BC. Grayscale: #9F9F9F. Windows color (decimal): -3499197 or 4430794. OLE color: 4430794.

HSL color Cylindrical-coordinate representation of color #CA9B43: hue angle of 39.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA9B43 is Cyan = 0, Magento = 0.23, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 155 67 -
CMYK 0 0.23 0.67 0.21
HSL 39.11º 0.56% 0.53% -
HSV(B) 39.11º 0.67% 0.79% -
XYZ 37.09 36.4 10.38 -
YUV 159.02 76.07 158.66 -
System Red Green Blue C M Y K H S L
Decimal 202 155 67 0 0.23 0.67 0.21 39.11 0.56 0.53
Hex CA 9B 43 0 17 43 15 27 38 35
Octal 312 233 103 0 27 103 25 47 70 65
Binary 11001010 10011011 1000011 0 10111 1000011 10101 100111 111000 110101

Color Harmonies of #CA9B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9B43

Black with #CA9B43

Text Example


Text Example

White with #CA9B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9B43; }

 p { color: rgb(202,155,67); }

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

background-color css

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

 a { background-color: rgb(202,155,67); }

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

border-color css

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

 span { border-color: rgb(202,155,67); }

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