Html Css Color HEX #CD9C42 Anzac

📋 copy color: '#CD9C42'

red 205 ◦ green 156 ◦ blue 66

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

Shades of Anzac #CD9C42

Tints of Anzac #CD9C42

RGB

 RED value IS 205 (80.47% from 255) = 48.01%

 GREEN value IS 156 (61.33% from 255) = 36.53%

 BLUE value IS 66 (26.17% from 255) = 15.46%

R = 48.01%
G = 36.53%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#CD9C42 (or 0xCD9C42) is known color: Anzac. HEX triplet: CD, 9C and 42. RGB value is (205,156,66). Sum of RGB (Red+Green+Blue) = 205+156+66=427 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.01% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CD9C42 is #3263BD. Grayscale: #A0A0A0. Windows color (decimal): -3302334 or 4365517. OLE color: 4365517.

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

Color convert

RGB 205 156 66 -
CMYK 0 0.24 0.68 0.20
HSL 38.85º 0.58% 0.53% -
HSV(B) 38.85º 0.68% 0.8% -
XYZ 38.05 37.15 10.32 -
YUV 160.39 74.73 159.82 -
System Red Green Blue C M Y K H S L
Decimal 205 156 66 0 0.24 0.68 0.20 38.85 0.58 0.53
Hex CD 9C 42 0 18 44 14 27 3A 35
Octal 315 234 102 0 30 104 24 47 72 65
Binary 11001101 10011100 1000010 0 11000 1000100 10100 100111 111010 110101

Color Harmonies of #CD9C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD9C42

Black with #CD9C42

Text Example


Text Example

White with #CD9C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD9C42; }

 p { color: rgb(205,156,66); }

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

background-color css

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

 a { background-color: rgb(205,156,66); }

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

border-color css

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

 span { border-color: rgb(205,156,66); }

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