Html Css Color HEX #CFB054 Apache

📋 copy color: '#CFB054'

red 207 ◦ green 176 ◦ blue 84

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

Shades of Apache #CFB054

Tints of Apache #CFB054

RGB

 RED value IS 207 (81.25% from 255) = 44.33%

 GREEN value IS 176 (69.14% from 255) = 37.69%

 BLUE value IS 84 (33.2% from 255) = 17.99%

R = 44.33%
G = 37.69%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CFB054 (or 0xCFB054) is known color: Apache. HEX triplet: CF, B0 and 54. RGB value is (207,176,84). Sum of RGB (Red+Green+Blue) = 207+176+84=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 176 (69.14% from 255 or 37.69% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB054 is #304FAB. Grayscale: #AFAFAF. Windows color (decimal): -3166124 or 5550287. OLE color: 5550287.

HSL color Cylindrical-coordinate representation of color #CFB054: hue angle of 44.88º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CFB054 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 176 84 -
CMYK 0 0.15 0.59 0.19
HSL 44.88º 0.56% 0.57% -
HSV(B) 44.88º 0.59% 0.81% -
XYZ 42.86 44.96 14.81 -
YUV 174.78 76.77 150.98 -
System Red Green Blue C M Y K H S L
Decimal 207 176 84 0 0.15 0.59 0.19 44.88 0.56 0.57
Hex CF B0 54 0 F 3B 13 2D 38 39
Octal 317 260 124 0 17 73 23 55 70 71
Binary 11001111 10110000 1010100 0 1111 111011 10011 101101 111000 111001

Color Harmonies of #CFB054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB054

Black with #CFB054

Text Example


Text Example

White with #CFB054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB054; }

 p { color: rgb(207,176,84); }

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

background-color css

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

 a { background-color: rgb(207,176,84); }

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

border-color css

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

 span { border-color: rgb(207,176,84); }

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