Html Css Color HEX #CFB380 Calico

📋 copy color: '#CFB380'

red 207 ◦ green 179 ◦ blue 128

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

Shades of Calico #CFB380

Tints of Calico #CFB380

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.82%

 BLUE value IS 128 (50.39% from 255) = 24.9%

R = 40.27%
G = 34.82%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#CFB380 (or 0xCFB380) is known color: Calico. HEX triplet: CF, B3 and 80. RGB value is (207,179,128). Sum of RGB (Red+Green+Blue) = 207+179+128=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 128 (50.39% from 255 or 24.90% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFB380 is #304C7F. Grayscale: #B5B5B5. Windows color (decimal): -3165312 or 8434639. OLE color: 8434639.

HSL color Cylindrical-coordinate representation of color #CFB380: hue angle of 38.73º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CFB380 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 179 128 -
CMYK 0 0.14 0.38 0.19
HSL 38.73º 0.45% 0.66% -
HSV(B) 38.73º 0.38% 0.81% -
XYZ 45.75 47.06 27.1 -
YUV 181.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 207 179 128 0 0.14 0.38 0.19 38.73 0.45 0.66
Hex CF B3 80 0 E 26 13 27 2D 42
Octal 317 263 200 0 16 46 23 47 55 102
Binary 11001111 10110011 10000000 0 1110 100110 10011 100111 101101 1000010

Color Harmonies of #CFB380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB380

Black with #CFB380

Text Example


Text Example

White with #CFB380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB380; }

 p { color: rgb(207,179,128); }

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

background-color css

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

 a { background-color: rgb(207,179,128); }

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

border-color css

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

 span { border-color: rgb(207,179,128); }

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