Html Css Color HEX #CFB05A Apache

📋 copy color: '#CFB05A'

red 207 ◦ green 176 ◦ blue 90

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

Shades of Apache #CFB05A

Tints of Apache #CFB05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.03%

R = 43.76%
G = 37.21%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFB05A (or 0xCFB05A) is known color: Apache. HEX triplet: CF, B0 and 5A. RGB value is (207,176,90). Sum of RGB (Red+Green+Blue) = 207+176+90=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 90 (35.55% from 255 or 19.03% from 473); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB05A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB05A is #304FA5. Grayscale: #AFAFAF. Windows color (decimal): -3166118 or 5943503. OLE color: 5943503.

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

Color convert

RGB 207 176 90 -
CMYK 0 0.15 0.57 0.19
HSL 44.1º 0.55% 0.58% -
HSV(B) 44.1º 0.57% 0.81% -
XYZ 43.1 45.05 16.1 -
YUV 175.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 207 176 90 0 0.15 0.57 0.19 44.1 0.55 0.58
Hex CF B0 5A 0 F 39 13 2C 37 3A
Octal 317 260 132 0 17 71 23 54 67 72
Binary 11001111 10110000 1011010 0 1111 111001 10011 101100 110111 111010

Color Harmonies of #CFB05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB05A

Black with #CFB05A

Text Example


Text Example

White with #CFB05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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